I had 2 database problem
I using access as backend in VB. Using ADO programing

1) I want to check how many tables are thier in my database of access.Using some query or coding

2) I want to copy a table structure to new table in access.Using query or coding.I used create table tname as select * from table but not working.

Thanks lot