integritycare
Technical User
Hi all,
I have a need to open a form by using a date.
I have used this code to open an invoice, by invoice number, but how do I change it to open a form by date
Many thanks,
Integrity
I have a need to open a form by using a date.
I have used this code to open an invoice, by invoice number, but how do I change it to open a form by date
Code:
DoCmd.OpenForm "Accounts-R", , , "InvoiceNumber=" & Me.InvoiceNumber
Many thanks,
Integrity