latex88
Registered User.
- Local time
- Today, 11:58
- Joined
- Jul 10, 2003
- Messages
- 198
I have a query that has a criteria that is based on a function [PrintedFunc ()]. The field (Printed) is filtered by "Yes" or "No". The report filters fine when the function returns "Yes" or "No". What I need sometimes is to print all the records, whether the record is "Yes" or "No". Apparently "*" & PrintedFunc () does not do the trick. Can anyone help with either the syntax or somehow make the function return something so that the query will pull all the records?