I have two tables:
Customers - with CustomerID and details
Calls - With CallID ,CustomerID and details
All relationships are created.
I have created a subform for the calls table.After I pick a customer from a combo box in the parent form, i can fill in the calls i made to him in the subform.
I need the CustomerID in the Calls table to be populated automatically.
How can i link the subform manully?
(PS - Link subform in the wizard does not open!!why??)
Thanks.
Customers - with CustomerID and details
Calls - With CallID ,CustomerID and details
All relationships are created.
I have created a subform for the calls table.After I pick a customer from a combo box in the parent form, i can fill in the calls i made to him in the subform.
I need the CustomerID in the Calls table to be populated automatically.
How can i link the subform manully?
(PS - Link subform in the wizard does not open!!why??)
Thanks.