48Highlander
Technical User
I have the following function call in a query:
('Flags' is one of the fields in the table I am querying.)
Flagcheck is a public function with type Boolean.
I want to select records where the value of this function is 'True.' If I don't enteria the criteria of 'True,' the query displays the correct values of flagcheck. However, when I set the criteria to True or False (or a number) I am getting a data type mismatch error.
Anyone any clues? Want me to post the function?
Bill J
Code:
Prospect:flagcheck("GA",[Flags])
Flagcheck is a public function with type Boolean.
I want to select records where the value of this function is 'True.' If I don't enteria the criteria of 'True,' the query displays the correct values of flagcheck. However, when I set the criteria to True or False (or a number) I am getting a data type mismatch error.
Anyone any clues? Want me to post the function?
Bill J