Dear forum,
may I first of all confess my lack of experience and knowledge. secondly, may i say that I am keen and quick to learn.
I have three forms which I have compiled into a navigation form. Each record in each form is linked by a uniquely identifying 'UNIT NUMBER'. The idea is that each form has been derived from a table.
One table collects customer details (first name, surname, date of birth, etc.) with each record given a unique 'UNIT NUMBER'. This is then linked by a one-to-one relationship to a second table which collects preferences about the customer (again, identified by the 'UNIT NUMBER'). This is then linked by a one-to-many relationship to the third table which collects information about previous orders.
In the navigation form format, the data from each of the tables is presented in a separate form under one of three horizontal tabs. My question is how do I select the relevant customer record in the first form, and have the same customer data carry through into each of the subsequent forms without re-entering the 'UNIT NUMBER' factor?
your help would be greatly appreciated.