I have a command button which uses a macro to open a form for the user to enter an invoice. Here is the macro info: F_Invoice, Form, , , , Normal
Since I don't want the user to be able to open an invoice that had already been entered the query has a parameter of InvoiceDate = is null.
This...