C
Clifford F. Lewis
I have created a Contacts database based on the Contact Management
template. The form for entering contacts has a command button for
phone calls. When I click on the button, it opens a form for phone
call records. The form shows the name of the contact, and the record
is associated with the contact, so that only calls to that contact are
visible.
I have tried to add a similar form and command button for meetings.
The meetings table has a ContactID field with a many-to-one
relationship to the Contact table. In the command button wizard, I
specified a match between ContactID fields of the two tables. But I
cannot get the form to automatically fill in the ContactID when it is
opened. As a result, the new record is not associated with that
contact. If I fill in the ContactID manually, the record becomes
associated with the contact, but I want it to be automatic.
How do I get it to do that?
Thanks,
Cliff Lewis
template. The form for entering contacts has a command button for
phone calls. When I click on the button, it opens a form for phone
call records. The form shows the name of the contact, and the record
is associated with the contact, so that only calls to that contact are
visible.
I have tried to add a similar form and command button for meetings.
The meetings table has a ContactID field with a many-to-one
relationship to the Contact table. In the command button wizard, I
specified a match between ContactID fields of the two tables. But I
cannot get the form to automatically fill in the ContactID when it is
opened. As a result, the new record is not associated with that
contact. If I fill in the ContactID manually, the record becomes
associated with the contact, but I want it to be automatic.
How do I get it to do that?
Thanks,
Cliff Lewis