Hello,
I am designing a form to enter data collected with a questionnaire and I am trying to do it with Access 2010.
The database is divided in 8 tables, one for each section of the questionnaire. The first field of each table is the ID that, when the table will start to be filled, is suppose to be the same across all the tables. The ID field of each table is related (one-to-one) to the ID field of the first table.
So far so good.
I have now designed 8 forms, one for each table, and I am trying to link them. Ideally, I would like to have the user to open the blank Form 1, enter the ID which he/she chooses, enter the data in the form, move to Form 2, and find automatically in the ID field (from table 2) the exact value enter as ID in the first form, and so on with all the forms.
How can I do it?
Thanks!