Is it possible to use wildcards to see if a table exists?
For instance I want to delete alle temp tables that are in a database.
The tables do not have a fixed name, it is based of the form and the recordnumber that someone used.
is it possible to check if a table exists that matches 'temp*' as name?
For instance I want to delete alle temp tables that are in a database.
The tables do not have a fixed name, it is based of the form and the recordnumber that someone used.
is it possible to check if a table exists that matches 'temp*' as name?