J
Jorge Ribeiro
Hello
i have a main form say Customers, and a subform in it say Address.
Every customer can have several addresses.
How can I navigate sub form Address to a new record?
using DoCmd.GoToRecord , , acNewRec in subform code seems to go to a new
record in main form, not address form.
Is this possible?
In my customer form i have a grid with all addresses for that customer. When i
click a line in the crid i populate address subform with data from that
particular
address clicked, passing to address subform the record id through the use of
a public property.
I now want to use the same address subform to create a new address but i can't
figure it out.
Can you assist me here?
Best regards
Jorge
i have a main form say Customers, and a subform in it say Address.
Every customer can have several addresses.
How can I navigate sub form Address to a new record?
using DoCmd.GoToRecord , , acNewRec in subform code seems to go to a new
record in main form, not address form.
Is this possible?
In my customer form i have a grid with all addresses for that customer. When i
click a line in the crid i populate address subform with data from that
particular
address clicked, passing to address subform the record id through the use of
a public property.
I now want to use the same address subform to create a new address but i can't
figure it out.
Can you assist me here?
Best regards
Jorge