Find out if an object exists in a mdb

J

Jim Pockmire

How can I determine if an object exists in a database that is not opened and
then delete it if it does?
 
B

bhipwell via AccessMonster.com

I am assuming you want to see if a field has data. If so, you can run your
code to open the db, check the field, delete the field if not null and then
close db. This should be a pretty quick run and if you are using a form, no
"flicker" will be seen.

B
 
Top