I'm trying to find the best way to do the following
1. From a main form (my own switchboard) press a command button to open a form
2. Before the form opens a Input Box appears asking for the ID number of the record you want to look at / edit
3. The forms opens at the record ID based on the value in the input box
My Main form is called "Master OFI Details" and the ID I want users to seach for is "OFI ID"
I'm not sure if the best way is through a query, a macro or code but I can't get any of them to work!
Thank you!
1. From a main form (my own switchboard) press a command button to open a form
2. Before the form opens a Input Box appears asking for the ID number of the record you want to look at / edit
3. The forms opens at the record ID based on the value in the input box
My Main form is called "Master OFI Details" and the ID I want users to seach for is "OFI ID"
I'm not sure if the best way is through a query, a macro or code but I can't get any of them to work!
Thank you!
Comment