G
Guest
I have a database containing an increasing number of mailing files (names and
addres.
ses). I often need to find when a certain customer was mailed. The only
way to do this is to search each table in the database in turn. A new
table is added to the database every few days.
There are good reasons why I dont want to append each new set of mailing
data to an existing table, so what is the best way to seach for a cetain
person in all tables?
I need to do this via a form ideally, to keep it simple for the users of the
system. I dont want them to have to update the sql of a query or even amend
on in design via.
Any ideas?
thanks
addres.
ses). I often need to find when a certain customer was mailed. The only
way to do this is to search each table in the database in turn. A new
table is added to the database every few days.
There are good reasons why I dont want to append each new set of mailing
data to an existing table, so what is the best way to seach for a cetain
person in all tables?
I need to do this via a form ideally, to keep it simple for the users of the
system. I dont want them to have to update the sql of a query or even amend
on in design via.
Any ideas?
thanks