C
Clifford F. Lewis
I have created a database based on the Contact Management template. In
the contacts form, there is a button marked Calls... that brings up a
form that records call dates and times and notes for that contact.
I have been trying to create a Meetings... button that has a similar
functionality. As far as I can tell, everything is the same. The
meetings form has subforms for meeting listings and meeting details.
The properties and the VB code are identical except for references to
the Meetings table substituted for references to the Calls table.
When I open the Meetings form, I get a dialog prompting me for a
MeetingID. That is an autonumber field in the table, but there is no
control for it in the Meetings form. (I cannot find one for the CallID
in the Calls form either.) If I supply a MeetingID number, the form
appears and I can fill in the Meeting Listing subform, but when I
start typing in the Meeting Details subform, I get an error message
saying, "The LinkMasterFields property setting has produced this
error: 'The object doesn't contain the Automation object 'MeetingID.''
Can anyone tell me where I am going wrong?
the contacts form, there is a button marked Calls... that brings up a
form that records call dates and times and notes for that contact.
I have been trying to create a Meetings... button that has a similar
functionality. As far as I can tell, everything is the same. The
meetings form has subforms for meeting listings and meeting details.
The properties and the VB code are identical except for references to
the Meetings table substituted for references to the Calls table.
When I open the Meetings form, I get a dialog prompting me for a
MeetingID. That is an autonumber field in the table, but there is no
control for it in the Meetings form. (I cannot find one for the CallID
in the Calls form either.) If I supply a MeetingID number, the form
appears and I can fill in the Meeting Listing subform, but when I
start typing in the Meeting Details subform, I get an error message
saying, "The LinkMasterFields property setting has produced this
error: 'The object doesn't contain the Automation object 'MeetingID.''
Can anyone tell me where I am going wrong?