Building A New Table As A Mailing List

Keith Burgess

Registered User.
Local time
Today, 16:10
Joined
Aug 10, 2006
Messages
26
:( Hi Guys,

I have a very basic DB of customers names and addresses. What I want to do is find all the enquiries within the months of August, September and October, send all these enquiries to a new table so that I can use this new table for a mailshot.
The date of the incoming enquiry is in a field on it own and written as dd/mm/2006.
If there is an easy way to create a mailing list from the original table please let me know.
Best Regards
Keith:o
 
Just create a query. No table necessary, just put in the fields you want from your original table(s) and run with it. The query can be used just like a table and you save yourself the hassle of having to compact more frequently due to the quick growth of the database when you use temp tables.
 

Users who are viewing this thread

Back
Top Bottom