Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~905 People Reached
Favorite Forums
Favorite Tags
Member Avatar for wrichardson530

Private Sub cboItems_Click() Dim PosOfSpace1 As Integer Dim PosOfSpace2 As Integer ' code to put ItemId into txtItemID PosOfSpace1 = InStr(1, cboItems.Text, " ") txtItemId = Mid(cboItems.Text, 1, PosOfSpace1 - 1) 'code to put The Item value into txtItemvalue [B]PosOfSpace2 = InStrRev(1, cboItems.Text, " ")[/B] txtItemValue = Mid(cboItems.Text, 1, PosOfSpace2 …

Member Avatar for QVeen72
0
97
Member Avatar for wrichardson530

I was woundering if it was possible to do validation on a dtat a grid and how to do it. I know how to generate info and delte it, but not how to validate it. I'm taking a access table and generating the dtat grid from that. I want my …

0
62
Member Avatar for wrichardson530

PosOfSpace = InString(LstStudent.[B]Value[/B], 1, " ") txtStudentId.Text = Mid(LstStudent.[B]Value,[/B] 1, PosOfType - 1) I'm tring to get the studentId to show up in the StudentId text box. This is supposed to be done by double clicking on the student you want process This is in the list called LstStudent. This …

Member Avatar for selvaganapathy
0
78
Member Avatar for wrichardson530

I made this code to let my user open up my database and see a report. It prints the report, then it will open the access database. I know I'm doing something wrong, i just want to view the reprot called student history. Any advice or corrections tomy code would …

Member Avatar for wrichardson530
0
161
Member Avatar for wrichardson530

I'm tring to get a report I made called studenthisrtory show up from a menu. I am using 2000 acess and the database is called MiniEconomy. I have developed this code so far. Not sure what i'm doing wrong I keep getting the User-defined type not define comple error message. …

0
59
Member Avatar for wrichardson530

I need some type of code that does a check, to make sure the the inofmration eneted is text and no numberic data is ented. This is for a name field. I know of the isnumeric check, but is there other ways doing checks similar to that. I'm doing error …

Member Avatar for Jx_Man
0
99
Member Avatar for wrichardson530

Hi all. I'm having difficulty making a log-in screen. i am using an adoc contorl called adoClerk, which contains only two fields and ClerkId and Password. The ClerkId is a autonum and password is text. I Have two text boxes that need to be read from this screen txtClerId and …

Member Avatar for choudhuryshouvi
0
207
Member Avatar for drpaur

Hi, I have made a DataProject in VB6 with Access as back-end. Using Jet OLEDB 4 as provider. Programme is running well on my Computer. When I Installed the project on another Computer where VB6 is no installed on Hard disc, Error comes. When I try to show Report in …

Member Avatar for wrichardson530
0
142