B
Bruce Rodtnick
I have a form with two tabs, Page1 and Page2. Page 2 has a subForm on
it (subWorkshops) and the first control is a ComboBox (cboWorkshop).
When I enter a new Record in Page1 and go immediately to Page2,
cboWorkshop will not let me in. Only after I come off that record and
come back onto it can I get into Page2 cboWorkshop.
I figure that the record must be saved to the table before Page2 knows
there is a record behind it that cboWorkshop can link to. I've tried:
If Me.Dirty Then DoCmd.RunCommand acCmdSaveRecord
In Name.AfterUpdate
But it still does not let me in to cboWorkshop even though the record is
saved to the table.
How can I get this Combo Box let me in?
Bruce Rodtnick
it (subWorkshops) and the first control is a ComboBox (cboWorkshop).
When I enter a new Record in Page1 and go immediately to Page2,
cboWorkshop will not let me in. Only after I come off that record and
come back onto it can I get into Page2 cboWorkshop.
I figure that the record must be saved to the table before Page2 knows
there is a record behind it that cboWorkshop can link to. I've tried:
If Me.Dirty Then DoCmd.RunCommand acCmdSaveRecord
In Name.AfterUpdate
But it still does not let me in to cboWorkshop even though the record is
saved to the table.
How can I get this Combo Box let me in?
Bruce Rodtnick