Copy record info into new form

Joined
Apr 13, 2012
Messages
8
Reaction score
0
I have a form called "Headcount" that is made from a query. Two of the fields are called Location and Type. There's a combobox field that the user selects a value and a form called "New" pops up. This form also has the fields Location and Type.

What I'm trying to do is when the form "New" pops up the Location and Type field are already filled in with the values from the "Headcount" form for that row.

The "New" form is being used to enter new records.
 
Back
Top