M
Mark
How do I refer to and compare objects in one database with those in another?
For example:
FOR EACH object in db1 with the same name and object type IN db2 THEN
'do something here
Thank you.
Mark
(p.s, I can't use just the object name since, in a moment of dumbness, I may
have given a form and a query, e.g., the same name)
For example:
FOR EACH object in db1 with the same name and object type IN db2 THEN
'do something here
Thank you.
Mark
(p.s, I can't use just the object name since, in a moment of dumbness, I may
have given a form and a query, e.g., the same name)