How to translate

D

Douglas J. Steele

Do you mean you have FormA that displays data from Table1, and you want to
make it display data from Table2 (which is identical to Table1?

Change the form's RecordSource.
 
Top