S Steven Britton Oct 17, 2003 #1 I am trying to take a value from one field and make it the value in another in VBA. What is the command?
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 Oct 18, 2003 #2 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
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