J
jeff rowland
Ex. Have a access database with a table that has 3 fields;
class name,start date, end date. What I would like to do
is produce a letter that will say something like.
The following classes will be available during the next
4 months:
Class Start Date End Date
xxxxxxx xxxxxx xxxxxxx
The program would perform a merge that will print a letter
with the above info in the body of the letter for each
record in the database
IE. If the database has 3 records:
CITP-401 12/01/03 12/31/03
BITP-401 01/01/04 01/31/04
FITP-401 02/25/04 02/28/04
The letter would print as follows:
Dear XXXXX,
The following classes will be available during the
next 4 months:
CLASS START END
CITP-401 12/01/03 12/31/03
BITP-401 01/01/04 01/31/04
FITP-401 02/25/04 02/28/04
class name,start date, end date. What I would like to do
is produce a letter that will say something like.
The following classes will be available during the next
4 months:
Class Start Date End Date
xxxxxxx xxxxxx xxxxxxx
The program would perform a merge that will print a letter
with the above info in the body of the letter for each
record in the database
IE. If the database has 3 records:
CITP-401 12/01/03 12/31/03
BITP-401 01/01/04 01/31/04
FITP-401 02/25/04 02/28/04
The letter would print as follows:
Dear XXXXX,
The following classes will be available during the
next 4 months:
CLASS START END
CITP-401 12/01/03 12/31/03
BITP-401 01/01/04 01/31/04
FITP-401 02/25/04 02/28/04