How can I place the current record info in one form into another f

M

M3cca

I have a form with the current record I want. This form opens another form. I
would like for the form that is opened by the first form to have the current
record information in it.
 
S

Steve Schapel

M3cca,

If you are using a macro with the OpenForm action to open the second
form, you can use the Where Condition argument of the macro to specify
the record. It will be something like this..
[YourID]=[Forms]![FirstForm]![YourID]
 

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