N
Nmidia
Hi,
I am trying to find a solution to the following problem;
*staff update a database throughoout a day, making changes to records
as they progress jobs.
*at the end of each day one member of staff collects all work packs
that have been completed.
*That member of staff prints a set of letters, specific to each work
pack, and staples them to the front of the work packs. These are then
posted.
The letter changes depending on what is ticked within the database.
There are two basic types of letter; one where a charge is to be paid,
and one where the charge has been waivered. This is controlled on the
form using a yes/no chk box.
I have a query set up so that they simply have to enter the date for
the letters being printed, and the database prints the entire set.
This works fine, picking up the different addresses and dates etc
(specific to each letter). However, I can not get the system to
display the different standard letter dependent on whether the tick box
is set to yes or no. It works fine when looking up the value at form
load, but when printing a set of letters for mulitple records, all the
letters are defaulted to the same as the first letter.
e.g.
1/ charged
2/ waivered
3/ charged
I would like the database to print;
1/ Charged letter
2/. Waivered letter
3/ Charged letter
However, it prints
1/ chaged letter
2/ chaged letter
3/ chaged letter.
I have tried using forms and reports to do this. Any suggestions
welcomed! I'm probably being really thick!
Cheers in advance
I am trying to find a solution to the following problem;
*staff update a database throughoout a day, making changes to records
as they progress jobs.
*at the end of each day one member of staff collects all work packs
that have been completed.
*That member of staff prints a set of letters, specific to each work
pack, and staples them to the front of the work packs. These are then
posted.
The letter changes depending on what is ticked within the database.
There are two basic types of letter; one where a charge is to be paid,
and one where the charge has been waivered. This is controlled on the
form using a yes/no chk box.
I have a query set up so that they simply have to enter the date for
the letters being printed, and the database prints the entire set.
This works fine, picking up the different addresses and dates etc
(specific to each letter). However, I can not get the system to
display the different standard letter dependent on whether the tick box
is set to yes or no. It works fine when looking up the value at form
load, but when printing a set of letters for mulitple records, all the
letters are defaulted to the same as the first letter.
e.g.
1/ charged
2/ waivered
3/ charged
I would like the database to print;
1/ Charged letter
2/. Waivered letter
3/ Charged letter
However, it prints
1/ chaged letter
2/ chaged letter
3/ chaged letter.
I have tried using forms and reports to do this. Any suggestions
welcomed! I'm probably being really thick!
Cheers in advance