I am trying to build a query that classifies 95 odd transaction types into 12 classifications, the problem that I have is there are four TransactionTypes that are classified differently depending on other fields in the record, in the table Classification I have a field (Exclude) that contains the expression (as it would be written in the QBE pane) and have tried everything to get the query to evaluate the expression in the Exclude field with no luck. I tried using the Eval() function with every combination of punctuation I could think of, and cannot figure out how to pass an entire record to a function so here I am.
A couple of notes, the Exclude expression does include the same record fields on all four records, and the expressions only contain inequality operators or the IsNull() function.
Thank you in advance for any input you can provide.
A couple of notes, the Exclude expression does include the same record fields on all four records, and the expressions only contain inequality operators or the IsNull() function.
Thank you in advance for any input you can provide.