P
Presto
I have a member data entry form with two subforms.
The main form has a combobox in the header to select a meeting date.
On the two subforms, there are date fields that should correspond to the
meeting date.
The subforms are properly linked via a primary key.
I get #Error in both these fields so I know it's not seeing the date on the
combobox.
heres the fields:
Form name: NewMemberEntryForm
control name: cboMeetingDate
Payment_subform control name : pmtdate
History_subform control name : historydate
The data source code for both fields is (under default value):
=[Forms]![NewMemberDataEntry]![cboMeetingDate]
What am I missing here?? Any help would be appreciated.
The main form has a combobox in the header to select a meeting date.
On the two subforms, there are date fields that should correspond to the
meeting date.
The subforms are properly linked via a primary key.
I get #Error in both these fields so I know it's not seeing the date on the
combobox.
heres the fields:
Form name: NewMemberEntryForm
control name: cboMeetingDate
Payment_subform control name : pmtdate
History_subform control name : historydate
The data source code for both fields is (under default value):
=[Forms]![NewMemberDataEntry]![cboMeetingDate]
What am I missing here?? Any help would be appreciated.