Good afternoon,
I am very new to access. I have created a form with multiple subforms (each subform was added using the subform wizard) to be used for data entry. When entering data, I am able to tab down through the main form into the first subform and then I cannot tab into the other subforms. If I manually click on the next form I can enter data, but the same thing happens I get stuck within that form unless I manually click on the next. How can I tab down through the various subforms to enter data? I have used the tab control to create the same type of form, but for this form I need it to be identical to the data entry form used in the field, i.e. it cannot have tabs).
Database Info: Tables are all linked one to many using Survey ID as the primary key in the main table (Survey Location Info) and Survey ID as the foreign key in the subsequent tables (i.e. survey weather conditions, observation details, etc. Join type for each is "Include ALL records from 'Survey Location Info' and only those records from 'Survey Weather Conditions' where the joined fields are equal". When creating the subforms with the subform wizard, the subforms were linked via the Survey ID field (i.e. Survey Location Info - master field = Survey ID and Survey Weather Conditions - child field = Survey ID) I hope all this makes sense. Also I have not used code at all so I would be lost in that area.
Any help someone could provide would be greatly appreciated.
Thanks!!!