T
tony wong
i wish to create a macro to check the integrity of database, like that
if max(TableA.ID) <> max(TableB.ID) then
msgbox("ID not matched")
How can i make it in macro look?
Thanks a lot.
Tony
if max(TableA.ID) <> max(TableB.ID) then
msgbox("ID not matched")
How can i make it in macro look?
Thanks a lot.
Tony