asteropi
Member
- Local time
- Today, 22:28
- Joined
- Jun 2, 2024
- Messages
- 122
I seem to be blind but I can't find the error here.
All it tells me is "Expected: =" but I don't think I'm missing one. Can you please tell me where I'm wrong?
All it tells me is "Expected: =" but I don't think I'm missing one. Can you please tell me where I'm wrong?
Code:
IIF("Paid"=False,docmd.OpenReport(QuotationR),IIF("Paid"=True & "AND CustomerType=" & "Χονδρικής", docmd.OpenReport(OrderInvoiceR),docmd.OpenReport(ReceiptR)))