I am working in Access 2007.
I have a main form that has a tabbed page with several subforms. On the first tab is one subform that has a combo box and a text field. When the user enters data into this subform, a record is written to tblActivities. tblActivities has 4 fields:
AID (PK) ~~ EventID ~~ ActivityID ~~ Comments
The combo box on the subform points to lookupTable for its RowSource. The form is set as a Continuous Form.
When I open this form to add a record, I can add multiple Activities; once I add one activity, another blank record opens below to allow me to add another.
If I close the record and return later to update it, the activity combo box will not allow me to add any more activities.
There are subforms on the other tabs set up this way too but none of them behave this way.
Any suggestions on why this one subform acts one way on a new record and another way on update?
TIA!
~RLG
I have a main form that has a tabbed page with several subforms. On the first tab is one subform that has a combo box and a text field. When the user enters data into this subform, a record is written to tblActivities. tblActivities has 4 fields:
AID (PK) ~~ EventID ~~ ActivityID ~~ Comments
The combo box on the subform points to lookupTable for its RowSource. The form is set as a Continuous Form.
When I open this form to add a record, I can add multiple Activities; once I add one activity, another blank record opens below to allow me to add another.
If I close the record and return later to update it, the activity combo box will not allow me to add any more activities.
There are subforms on the other tabs set up this way too but none of them behave this way.
Any suggestions on why this one subform acts one way on a new record and another way on update?
TIA!
~RLG