G
Guest
I'm trying to figure out how to write code that will check data in one table
against data in another table.
I've tried using the following code but no luck:
Dim mydb as Database
Dim mytable1 as Recordset, mytable2 as Recordset
Set mydb as CurrentDb
Set mytable1 = table name
Set mytable = table name
Any help would be greatly appreciated
against data in another table.
I've tried using the following code but no luck:
Dim mydb as Database
Dim mytable1 as Recordset, mytable2 as Recordset
Set mydb as CurrentDb
Set mytable1 = table name
Set mytable = table name
Any help would be greatly appreciated