Deternine if a table or query is open

D

DZ

Hello

Does any have a function that will tell if a table or query is open in a
database Access 97+. I know how determine if one exists.

Something like this
Function TableOrQueryIsOpen(strTableOrQueryName as String) as Boolean


Thanks for any help

DZ
 
Top