I have a table of contacts and a table of calls logged. They are related based on the (main) Contacts table PropertyID field with the same field in the Calls table. I have a main form for the Contacts table and a subform for the Calls table. I open the subform with a command button on the main form and the Calls subform opens perfectly except that it shows ALL call records and not just the ones related to the current record of the Contacts form. How can I get the subform to only pull the corresponding calls and not every call.
I hope I have explained it somewhat clearly. I appreciate any help!
I hope I have explained it somewhat clearly. I appreciate any help!