K
Kristen
In response to my question below, I tried the following
code based on Byron's answer and it isn't working?
Byron...are you out there to answer. Or could anyone else
please help.
I need a button to copy Address #1 from the Form Company
Info to the field C Address #1 on its subform Contact
Subform. what I wrote below didn't work.
Me![Contact Subform].Form![C Address #1] = Me.Address_#1
P.S. I don't understand VB at all. When do you use an
exclamation point? When do you use a period? When do you
use square paranthesis? When do you call out that it's a
form?
If you don't have time to answer these questions. Please
just answer my first one regarding the nonworking code.
Thank you!
I have a Company form with the company address. Then it
has a subform, Contacts, with the contact's address.
Sometimes the contact has a different address than the
company (thus the separate place to enter it), but many
times the contact has the same address as the Company. Is
there a button I could make that would fill in the address
from the Company form to a specific contact in the Contact
subform?
Thank you!
code based on Byron's answer and it isn't working?
Byron...are you out there to answer. Or could anyone else
please help.
I need a button to copy Address #1 from the Form Company
Info to the field C Address #1 on its subform Contact
Subform. what I wrote below didn't work.
Me![Contact Subform].Form![C Address #1] = Me.Address_#1
P.S. I don't understand VB at all. When do you use an
exclamation point? When do you use a period? When do you
use square paranthesis? When do you call out that it's a
form?
If you don't have time to answer these questions. Please
just answer my first one regarding the nonworking code.
Thank you!
I have a Company form with the company address. Then it
has a subform, Contacts, with the contact's address.
Sometimes the contact has a different address than the
company (thus the separate place to enter it), but many
times the contact has the same address as the Company. Is
there a button I could make that would fill in the address
from the Company form to a specific contact in the Contact
subform?
Thank you!