I'm struggling to find a valid answer to what I'm trying to find. Basically, I want to check if for example:
"tableNO1" exists or if every other table exists...
By the way, I'm using Access 2002-2003 if that somehow helps :) Do you think I should upgrade to the latest version?
Background: I'm trying to create run-time buttons that each one of them has a DB table, and when I close my program the tables that I created for each run-time created button will be saved. After I launch the program again I should click a button that will add these buttons that have DB tables (Each one of them has a dedicated table). for example, if 9 run-time buttons were created in the program before - each of them will have a DB table. I will have a max 9 button and each of them will be named tableNO(n) n=number of table when I click the button that creates run-time buttons for the first time, it will create a button called "tableNO1", the second time "tableNO2" will be created, and so on...
Thanks in advance.