P
Paul
I have a pop-up form for contact info of people at a particular agency. For
the Address, Phone Number and Fax, I would like to populate these fields
from the Agency Form, if a checkbox is checked. The pop-up form is derived
from a joined query Contact and Contact Info.
The relationships:
Agency is connected to Contact by Agency ID
Contact is connected to Contact Info by Contact ID
The Checkboxes are:
Use Agency Address = If checked fill in Address, City, State, Zip with data
from Agency Form
Use Agency Phone = If checked fill in Phone with data from Agency Form
Use Agency Fax= If checked fill in Fax with data from Agency Form
I have created Macros for each and set the conditions for each to operate if
the value of the checkbox is true. Then use SetValue to fill in the
appropriate field with the appropriate value. It's not working. I get an
error: Cannot Add Records; join key of table 'contact info' not in
recordset.
Paul
the Address, Phone Number and Fax, I would like to populate these fields
from the Agency Form, if a checkbox is checked. The pop-up form is derived
from a joined query Contact and Contact Info.
The relationships:
Agency is connected to Contact by Agency ID
Contact is connected to Contact Info by Contact ID
The Checkboxes are:
Use Agency Address = If checked fill in Address, City, State, Zip with data
from Agency Form
Use Agency Phone = If checked fill in Phone with data from Agency Form
Use Agency Fax= If checked fill in Fax with data from Agency Form
I have created Macros for each and set the conditions for each to operate if
the value of the checkbox is true. Then use SetValue to fill in the
appropriate field with the appropriate value. It's not working. I get an
error: Cannot Add Records; join key of table 'contact info' not in
recordset.
Paul