Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search for a record - used Data Form Wizard

Status
Not open for further replies.

bmarks

IS-IT--Management
Joined
Sep 25, 2001
Messages
85
Location
CA
I'm new to VB, so bear with me if this is a stupid question.

I created a form using the Data Form Wizard. I used a single table and choose the option to have "single record in individual controls" for the display. Thus I have controls for add/delete/etc as well as controls for moving next record, previous record, first/last record.

What I want to add is a control to go to a specific record. That is, one of the fields is CustomerID. If the user wants to go to CustomerID 'FGHI', I want them to be able to type that in and have the form go to that record. Rather than having to click the "next record" button (>)multiple times.

Can someone tell me how to do this, or point me in the right direction?

Thanks.
 
Anyone got any suggestions?
 
I would like to that code as well.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top