opening a specific record (1 Viewer)

woknick

Registered User.
Local time
Today, 10:30
Joined
Sep 25, 2004
Messages
85
I have a form that displays customer account information. The form is connected to two tables. each customer has their own account number that i use to lookup their information. right now i have to click on the account number field and click find to pull up the record. I have built a popup form that displays the customers names with their respcetive accounts. My question is, How can i use the popup form to select a customer name and have the main form goto that record without using the find button.

thanks in advance.
 

llkhoutx

Registered User.
Local time
Today, 12:30
Joined
Feb 26, 2001
Messages
4,018
Use the popups primary key to find the form record via a snapshot, bookmark it, and then set the form bookmark to the snapshot bookmark.

Guess you need to readup on bookmarks.
 

Users who are viewing this thread

Top Bottom