Hi,
Is there some way to determine wheter or not a table is present in a database or not? For example, I have the table Roads in my database. Sometimes the user imports this table, sometimes not.
When it it imported some actions should be run on it. But how can I check via code wheter or not the table is present?
I searched in properties of DAO.tabledef and of DAO.database but did not find something that can do that? (it is possible to count the number of tables, but to know wheter a specific table is present?)
Thanks for any help!!
Leen
Is there some way to determine wheter or not a table is present in a database or not? For example, I have the table Roads in my database. Sometimes the user imports this table, sometimes not.
When it it imported some actions should be run on it. But how can I check via code wheter or not the table is present?
I searched in properties of DAO.tabledef and of DAO.database but did not find something that can do that? (it is possible to count the number of tables, but to know wheter a specific table is present?)
Thanks for any help!!
Leen