B
Billy
Hi,
I need to see if a table exists in Access using ADO. I
tried
"Select Name from MSysObjects Where Name = 'myTable'"
But I got an error message that I don't have permission to
read MSysObjects. But I can query MSysObjects from within
Access. Does anyone know of another way to check if a
table exists in Access without having to use On Error
Resume Next?
Thanks,
Billy
I need to see if a table exists in Access using ADO. I
tried
"Select Name from MSysObjects Where Name = 'myTable'"
But I got an error message that I don't have permission to
read MSysObjects. But I can query MSysObjects from within
Access. Does anyone know of another way to check if a
table exists in Access without having to use On Error
Resume Next?
Thanks,
Billy