Results 1 to 2 of 2

Thread: MS Access and VB

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 1999
    Location
    Decatur, AL US
    Posts
    14

    Post

    I'm new @ this so bear with me ...

    I have a database in Access (Name, Address, City, Etc.)... and I'm in need of a VB interface that will search the database and pull up all the information of a particular person.

    Any suggestions as to the easiest way to handle this?

    Thanks in Advance!

  2. #2
    Junior Member
    Join Date
    Jan 1999
    Location
    Seattle WA USA
    Posts
    21

    Post

    Make a form containing a data control, text boxes for the data fields, a text box for entering the search field data, and a command button. Attach the data control to the appropriate table, and bind the text boxes to the data control. In the Command_Click event, write a sub that uses Seek to go out and seek the record matching the value you've entered into the Search text box.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width