There are many ways.
One would be to count the records returned by:
select [name] from msysobjects where type =1 and [name] = 'tablename'
Or just use try & catch and try to open it.
Main Topics
Browse All TopicsI guess the title says it all - what is the best way to check if an access table exists from VB.NET. If it exists I will do nothing but if it doesn't then I will need to create the table.
Thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Some feedback -
spprivate - I did not get this to work.
peter57r - The sql does run but it doesn't return anything. Should I actually type [name] or should this be replaced by something? I guess the try/catch is my only other option.
spprivate-This probably will work but since it is a distributed app I cannot depend on OleDb driver being installed.
Thanks J
Business Accounts
Answer for Membership
by: spprivatePosted on 2009-09-29 at 04:32:18ID: 25447730
Here is a VB Code from com/micros oft-access -developme nt- 49/acce ss-2000-de lete-a-tab le-if-it-e xists-usin g-code- 382 1.html
ame) is the key
http://forums.devarticles.
CurrentDb.TableDefs(TableN
Select allOpen in new window