Copy and Paste AUTOMATICALLY between forms

  • Thread starter Thread starter Kevbro7189
  • Start date Start date
K

Kevbro7189

I have a form called Order which has a button that brings up a form called
Part Search. I use this form to find the part number I want to place on the
Order form. How can I create a macro to pick up the Part Number off of the
Part Search Form and place it into the Part Number field in the Order form?
 
I want to do this witha similar field on my database but I am not clear on
how to set it up. What am I looking to have in the Item field & Expression
field?
 
Jen,

The Iem argument needs to refer to the control whose value you are
setting, and the Expression argument refers to the value you want to set
it to.

If you need more explicit advice, please provide more detailed
information about what you want to do.
 
Back
Top