T
Tal
Hi all,
I have read a lot of posts that touch on this subject, but I haven't yet
found one that meets my needs that I can understand, so please bear with me.
I work for a charity.
We receive donations and issue tax receipts.
One donor may make multiple donations in a given time period.
Receipts are generated using a series of stacked sum queries and ends with
an append query to the Receipt table.
Right now I use the Autonumber to assign the Receipt number, which must, by
law, be sequential. I understand that this is a bit dangerous.
What do I need to do to automatically sequentially number the receipts via
the append query.
Thank you for your help and I am sorry if this has been answered before.
I have read a lot of posts that touch on this subject, but I haven't yet
found one that meets my needs that I can understand, so please bear with me.
I work for a charity.
We receive donations and issue tax receipts.
One donor may make multiple donations in a given time period.
Receipts are generated using a series of stacked sum queries and ends with
an append query to the Receipt table.
Right now I use the Autonumber to assign the Receipt number, which must, by
law, be sequential. I understand that this is a bit dangerous.
What do I need to do to automatically sequentially number the receipts via
the append query.
Thank you for your help and I am sorry if this has been answered before.