D
Dennis
Hi,
I've have a few general questions on this subject. Now that I'm actuallly
writing the code, I have a few detailed question.
I have a working function to get me the next available batch number. The
batch number, date, time, and report are stored in the tblBatchNo table.
I have a query that is the record source for the the report. This query
select all invoices with a print batch number.
I know I need an update query to do the following, but I don't know how or
where to start. I want to:
1. Post the batch number to all invoices that do not have a batch number.
(This will enable me to only print the invoice once - unless the user
reprints a batch.)
2. Write a new record to the tblCustActivity table that records the customer
and batch number. This is an automatically keyed table. I'm using this
table to provide a display to the user showing all of the documents (report
name, date and time [from batch no]) that were printed for a given customer.
Any help would be greatly appreciated.
Dennis
I've have a few general questions on this subject. Now that I'm actuallly
writing the code, I have a few detailed question.
I have a working function to get me the next available batch number. The
batch number, date, time, and report are stored in the tblBatchNo table.
I have a query that is the record source for the the report. This query
select all invoices with a print batch number.
I know I need an update query to do the following, but I don't know how or
where to start. I want to:
1. Post the batch number to all invoices that do not have a batch number.
(This will enable me to only print the invoice once - unless the user
reprints a batch.)
2. Write a new record to the tblCustActivity table that records the customer
and batch number. This is an automatically keyed table. I'm using this
table to provide a display to the user showing all of the documents (report
name, date and time [from batch no]) that were printed for a given customer.
Any help would be greatly appreciated.
Dennis