Data from one form to another

M

Melynda E.

I am trying to copy a customer ID number from one form (customer ID is key
from this table) and use this ID in another form/table (can have many ID
entries). I have been able to find an expression to pull current entries,
but can not seem to create a new entry in another table.
 
S

Steve Schapel

Melynda,

You could use a macro with a SetValue action to enter the Customer ID
into the second form. Or you could use an Append Query, if this
involves adding a new ecord to the table that the second form is based on.
 

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