
comparing field values from two different access databases
select * from table1,table2 where table1.field1= table2.field1
Quote:
> VB Program ------>Access Table 1 & Access Table 2
> I need to compare one field from the table 1 with one field in table 2.
> This is going to be a program that is reused with different tables on a
day
> to day bases.
> Thanks,
> James