I have two tables: tblParties and tblCashbook. The table tblCashbook has a field named Party. I used the Lookup Wizard... as the data type in the design view. In the wizard, I used the "I want the lookup field to get the values from another table or query" option. The values are a column named PartyName from the tblParties table. This way, in the datasheet view the user can use the dropdown menu to select a party by its name.
Everything is working so far.
Now I want to create a form. The form should allow the user to jump to the party entry in the tblParties table when clicking on the party field in the form (of the tblCashbook table). How am I supposed to do that?
What I did in previous Access databases was having a field that simply stored the ID of a row in another table (foreign key) which allowed me to use the subform widget in the form designed to display the data of that second table within that form.
Thanks for your help.
~ Tectu