[Solved] This expression is typed incorrectly, or it is too complex...
This expression is typed incorrectly, or it is too complex...
I have a form that I've created to allow users to do a ad-hoc query on data in a table. Most of the fields are setup as
The ones I'm having an issue with are those where I have a drop-down box with options for: >, <, >=, <= and between. I've tried a bunch of iterations of the same criteria and keep getting the error above. Just as a test, i was trying to at least get the between option to work with the following:
Where ScoreAtLoginCriteria is the drop-down, set to "between" and ScoreAtLogin1 and ScoreAtLogin2 are integers.
Does this drop-down scenario make sense to anyone? Any ideas on how to get it to function?
Thanks!
This expression is typed incorrectly, or it is too complex...
I have a form that I've created to allow users to do a ad-hoc query on data in a table. Most of the fields are setup as
Code:
Like [Forms]![Unusual Login Research]![CustomerName] & "*"
Code:
[Forms]![Unusual Login Research]![ScoreAtLoginCriteria]+" "+[Forms]![Unusual Login Research]![ScoreAtLogin1] And [Forms]![Unusual Login Research]![ScoreAtLogin2]
Does this drop-down scenario make sense to anyone? Any ideas on how to get it to function?
Thanks!
Last edited: