A
AHopper
I have a Form with three subforms. The main form is single view the three
subforms are continuous view. When I first open the forms I am able to see
the information in my combo boxes on the subforms but I am not able to make
any selections or entries into any of the text boxes. If I make an entry on
the main form I not longer see the information in the sub forms combo boxes
and still can not make entries on the sub forms. I have checked to see if
additions and edits are set to Yes on the subforms and they are.
When the main form opens I am asking the user in the On Load event if they
want to create a new record. If they repond yes I am creating a number in the
"Tag" field on the main form and saving the record. I am then filling in the
"TagRecID" text boxes on the three subforms with the autonumber field from
the Main form. The autonumber field is called "TagRecID". This is the field
used as the link the main form and the subforms. The information from the
form and subforms is being stored in four seperate tables. The form and
subforms are linked to their individual tables.
Thank you in advance for your help.
Allan
subforms are continuous view. When I first open the forms I am able to see
the information in my combo boxes on the subforms but I am not able to make
any selections or entries into any of the text boxes. If I make an entry on
the main form I not longer see the information in the sub forms combo boxes
and still can not make entries on the sub forms. I have checked to see if
additions and edits are set to Yes on the subforms and they are.
When the main form opens I am asking the user in the On Load event if they
want to create a new record. If they repond yes I am creating a number in the
"Tag" field on the main form and saving the record. I am then filling in the
"TagRecID" text boxes on the three subforms with the autonumber field from
the Main form. The autonumber field is called "TagRecID". This is the field
used as the link the main form and the subforms. The information from the
form and subforms is being stored in four seperate tables. The form and
subforms are linked to their individual tables.
Thank you in advance for your help.
Allan