|
-
Oct 7th, 2008, 05:01 PM
#1
Thread Starter
New Member
How to search through access database and display entire row in text boxes
How can I search through an access database using
SELECT*FROM [TableName] WHERE [FieldName] = textbox1.text
Is there a way I can call the row number in order to return other fields from that row into textboxes? Any help would be greatly appreciated!
-
Oct 8th, 2008, 07:15 AM
#2
Re: How to search through access database and display entire row in text boxes
Welcome to VBForums 
How you do it depends on several things, most important of which is the language you are using.
From your profile it seems that you are using VB2008, so I would recommend the "ADO.Net Tutorial" at the top of the VB.Net section of our Database Development FAQs/Tutorials (at the top of this forum)
That covers most of what you need to know, and may be enough for you - if not, you will at least be able to ask for more specific help.
-
Oct 8th, 2008, 04:05 PM
#3
Thread Starter
New Member
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
|