I am attempting to set up a database which uses an “IntakeForm” to register clients. The form has over 230 fields that may have dataentered. By using combo Boxes to store data when one and only one of multiplechoices can be selected; the number of “unique” fields is reduced to 129.Applying the “normalization Rules”, the fields break out into three groups with34 fields, 11 fields, and 84 fields. The 34 fields comprise the main data inputform and the 11 & 84 are separate. The 84 fields are 14 fields of the sameinformation for up to 6 household members. All are checkboxes and 1 householdmember may have from 0 to 14 items checked.
I defined three tables, with a query * on each, and designedthree forms which contain the respective above number fields.
I would like to know how to link and display the fields suchthat a data entry person can enter the data as he/she sees it on the “IntakeForm”
Currently, I have three forms with command buttons on themain form which calls the “Child” forms, but I cannot advance the child forms insync with the main form. On the main form I might be on record 3, but the childform is still on Record 1.