We have a database containing tables that hold data about document issue to people. A new table is started when a document is issued – the table title contains the document code and the date. We now need to search across these tables to see when individuals signed for their document – the search only needs to return the table title in which name ocurrs. The number of tables changes all the time as documents are issued. We need to be able to tell the search to look for tables beginning with a specific code.
Could someone give me any tips on how to do this please?