VBA command button to create a reference

A

Alum

Can i make a command button that creates a reference between two of the same
text fields on two different forms? I want to click a button and the
information that is inserted into the one field will show up in the other,
but still references the same cell in the same table.
 
D

Douglas J. Steele

If both controls refer to the same field in the same table, no "reference"
should be required. Forms simply report what's in the underlying tables.
 
Top