G
graeme34 via AccessMonster.com
Hi
Could somebody please tell me what is wrong with the following code??
CheckInvoicePrinted lngOrderNum
If CheckInvoicePrinted = False Then Exit Sub
Where CheckInvoicePrinted is a Function that accepts lngOrderNum byRef (left
as default)
The function works fine, yet when I try to test with the If statement it is
failing.
Could someone point me in the right direction??
Could somebody please tell me what is wrong with the following code??
CheckInvoicePrinted lngOrderNum
If CheckInvoicePrinted = False Then Exit Sub
Where CheckInvoicePrinted is a Function that accepts lngOrderNum byRef (left
as default)
The function works fine, yet when I try to test with the If statement it is
failing.
Could someone point me in the right direction??