G
Guest
I have a table of letters with fields LetterBody and LetterSent, among
others. I sort letters based on value of letterSent, i.e. 0 is not sent. I
open a report with Lettersent=0 and print those letters.
What is the best way to mark all letters as sent?
i.e., I open the report from code in a form, the report opens and I print.
If I follow with code to set "sent" to -1 for these records, then this occurs
as soon as the report opens rather than after I actually print. I am sure
this is a common issue. What should I be doing?
others. I sort letters based on value of letterSent, i.e. 0 is not sent. I
open a report with Lettersent=0 and print those letters.
What is the best way to mark all letters as sent?
i.e., I open the report from code in a form, the report opens and I print.
If I follow with code to set "sent" to -1 for these records, then this occurs
as soon as the report opens rather than after I actually print. I am sure
this is a common issue. What should I be doing?