Passing data back from a form

T

Taras

The way I'm doing it, is with the ControlSource field in
the properties. Depending on the field, you save the
data to the appropriate field in a worksheet & it will
appear in the appropriate control. You may have to add
an Exit event to populate the worksheet field.
 
Top