On Exit Set Value

S

Steven Britton

I am trying to take a value from one field and make it the
value in another in VBA. What is the command?
 
D

Dan Artuso

Hi,
If you mean place the value from one control on a form to another control
on the same form, it would be:

Me.NameOfControlToPlaceValueIn = Me.NameOfControlWhereValueIs
 

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