I'm a bit rusty with Access, but have an application to modify.
I have two forms. One is unbound (form1) and has just a listbox (with a record key and description from table1) and a button.
The other form (form2) is bound to table1 and has a textbox for each column of the table.
On the first form, I want the user to select a record from the listbox and click on the button, then the record to appear in detail on form2.
My question is: what is the normal way of passing the record key between forms to display the record on form2?
Any suggestions would be appreciated. Thanks.
I have two forms. One is unbound (form1) and has just a listbox (with a record key and description from table1) and a button.
The other form (form2) is bound to table1 and has a textbox for each column of the table.
On the first form, I want the user to select a record from the listbox and click on the button, then the record to appear in detail on form2.
My question is: what is the normal way of passing the record key between forms to display the record on form2?
Any suggestions would be appreciated. Thanks.