Re: How to copy a value from one form to another by button?



Air Code.

Assuming that each form has a Form Class Module (some code) you could
set the Button's OnClick Event Sub to
Form_Contacts.PhoneNumber.Value = PhoneNumber.Value

The dot Value thingmes may be unnecessary. And in some peculiar
circumstances, PhoneNumber.Text might be required.

.


Quantcast