Attached is a simplified Contacts file. I am trying to make a ContactsID field on a 3rd subform to use the available contacts from a subform2 for a given AccountID.
The main form has the AccountID for the many customers.
So in the 3rd subform, on that ContactID field, on the record source row, on the criteria row, I tried:
Forms![subform1]AccountID
(attached file has more elaborate subform name)
I did not know what kind of After Update commands to make it fire up. I don't get any contacts to choose from.
I probably did not explain my question well. If you get a moment, please try this mini file, going to the last tab called "calls" and try and pick a cboContactID2 person.
If you can. thanks.
The main form has the AccountID for the many customers.
So in the 3rd subform, on that ContactID field, on the record source row, on the criteria row, I tried:
Forms![subform1]AccountID
(attached file has more elaborate subform name)
I did not know what kind of After Update commands to make it fire up. I don't get any contacts to choose from.
I probably did not explain my question well. If you get a moment, please try this mini file, going to the last tab called "calls" and try and pick a cboContactID2 person.
If you can. thanks.