New record in bound form

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top