Morning,
I've created a filter using a query to list records in a continuous form. In the query I have a criteria in each field similar to this:
The problem is that if there are any blank fields, the record is not shown. Can anyone advise how I can amend this so it shows blank records also?
Thanks,
Simon
I've created a filter using a query to list records in a continuous form. In the query I have a criteria in each field similar to this:
Code:
Like "*" & [forms]![frm_ManageAccounts]![txtAccountRefSearch] & "*"
The problem is that if there are any blank fields, the record is not shown. Can anyone advise how I can amend this so it shows blank records also?
Thanks,
Simon