|
-
Feb 25th, 2006, 10:10 AM
#1
Addicted Member
Re: Urgent And Important!
how about this :
Place all the textboxes for displaying the fields of the table.
Have a separate textbox to enter the account number say txtaccno
Then :
adodc1.recordsource = "SELECT * FROM accountholder WHERE accno = " & trim$(txtaccno.text)
This will let you see all the fields of the record
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|