Making multiple Invoices automatically

Mario Jaile 41 Reputation points
2021-12-24T15:10:30.787+00:00

I have a form named "RenewalForm" with a query that is not updatable where customer's records that are up for renewals show up.
I have a code under "ShipName" in that form that when I click, it does the invoice and prints it.
Is there a way that I can do all of them without having to click on "ShipName" for each?

Thank you.

Microsoft 365 and Office Access Development
0 comments No comments
{count} votes

21 answers

Sort by: Most helpful
  1. Mario Jaile 41 Reputation points
    2022-01-13T13:52:33.087+00:00

    I want to thank you for all of your time in trying to help me, I am giving up in trying to MAKE and PRINT multiple renewal invoices with a single click.

    Is over my head.

    I tried to use append query for inserting the values into the tables but there are 2 tables involved and also in one of them I need to add a unique invoice number which in my original code goes like this: DMax("[OID]", "ShipAddress") + 1

    Thanks again.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.