Find out if an object exists in a mdb

  • Thread starter Thread starter Jim Pockmire
  • Start date Start date
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?
 
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
 
Back
Top