Hi,
Is there any way to compare two identical table structures in access for different values in them.
EG:
Table 1:
Name occupation
rob plumber
Table 2:
Name occupation
rob builder
Is there any way this can be done in a query ?
Also how can a select query be written in vba for say table one in the above example?