I have a query in Oracle which I am porting to Access. My reports will be using Access as database. In the where condition of the query, I have to check for the following:
customer_id is null
How do I put a check for the above? When I try like {customer.customer_id} is null in selection formula, it is giving 'error in formula' message.
Thanks