I have a database where I keep extensive records for individuals. These involves one main demographics form with a unique ID number. The rest of the information is kept in a number of individual forms accessed by control buttons on the main form. However each time I access the forms via this button I need to reenter the ID number.
Is there a way of making this happen automatically.
(The forms are linked on ID number as the primary key in each form).
Is there a way of making this happen automatically.
(The forms are linked on ID number as the primary key in each form).