Very new access user, largely selftaught, so please excuse any obvious errors or misuse of terminology.
I've created a database (tbl1) and a form for dataentry. In this form I have a combobox getting options from a seperate table (tbl2). The row source for the combobox is both the primary key (ID) and a descriptive term from tbl2, with only the descriptive term being displayed in the box and in tbl1. My question is, is the ID from tbl2 saved along with the descriptive term somewhere, or if not, is there some way to refer the entries in tbl1 back to the corresponding ID in tbl2?
I would like to use info from tbl2 to create a search form for my database, and it would be a lot easier if it is possible to link the descriptive term to the corresponding values in tbl2.
Many thanks