Hi Forum,
We send Reminder Letter to our Customers and the system used to consist of a few Temp tables and a bucket full of queries and two macros plus a hand full of forms.
I have reduced this to a few forms with built in sql, no temp tables or macros - yet.
I am now at the stage where a Letter option is to be selected.
Previously this was done by flagging a record on a temp table and then running a query to:
A) Produce the letters (reports)
B) Update a table of Letters sent.
My question is can we use some other method to hold this "flag" which can be used to run the reports and update the records.
Does VBA allow for such an activity?
I guess we could just produce the letter at the time rather then make it a end of process task.
Or, update the letter sent table and then query that table for all records with today's date and produce the report accordingly.
Our method was to have one report with all letters, sorted by Fax number so multiple letters to one fax would be sent at the same time.
Appreciate any ideas and guidance.
We send Reminder Letter to our Customers and the system used to consist of a few Temp tables and a bucket full of queries and two macros plus a hand full of forms.
I have reduced this to a few forms with built in sql, no temp tables or macros - yet.
I am now at the stage where a Letter option is to be selected.
Previously this was done by flagging a record on a temp table and then running a query to:
A) Produce the letters (reports)
B) Update a table of Letters sent.
My question is can we use some other method to hold this "flag" which can be used to run the reports and update the records.
Does VBA allow for such an activity?
I guess we could just produce the letter at the time rather then make it a end of process task.
Or, update the letter sent table and then query that table for all records with today's date and produce the report accordingly.
Our method was to have one report with all letters, sorted by Fax number so multiple letters to one fax would be sent at the same time.
Appreciate any ideas and guidance.
