I have in the same dir c:MYDIR A database1.mdb and a database2.mdb
in database1.mdb have a table MASTER in database1.mdb have a table SOURCE
All 2 table have the same number of field
But SOURCE table have a different name of field respect MASTER
Is possible to change the name of all field in SOURCE based the name of field in MASTER????
Example:
MASTER the first field have name UNO change in SOURCE first field name in UNO, MASTER the second field have name DUE change in SOURCE second field name in DUE…ecc