A
AdamZ
I am having trouble with a query that keeps returning the error message "This
expression is typed incorreclt, or it is too complex to be evaluated." Any
help you can offer is more than appreciated as I am at a loss...
My setup is one query, one form, and one report. Ideally, the form loads
when the report runs, the query is populated based on the result from the
form, and the report displays the data. The problem is I keep throwing an
error...
The DB Structure is as follows:
Form Name = "PSV"
Form's Field Name that Gets Passed= "ARYN"
Table Name = "Contacts"
Table Field Name = "Agreement Received" (a "true/false field")
I am trying to have the query return all results where "Agreements Received"
= "ARYN" (Note: The "ARYN" value is either "true" or "false").
The code in the "criteria" line of the query is "[Forms]![PSV]![ARYN]"
I have no idea how to make this work. Any ideas? I clearly need help...
-AZ
expression is typed incorreclt, or it is too complex to be evaluated." Any
help you can offer is more than appreciated as I am at a loss...
My setup is one query, one form, and one report. Ideally, the form loads
when the report runs, the query is populated based on the result from the
form, and the report displays the data. The problem is I keep throwing an
error...
The DB Structure is as follows:
Form Name = "PSV"
Form's Field Name that Gets Passed= "ARYN"
Table Name = "Contacts"
Table Field Name = "Agreement Received" (a "true/false field")
I am trying to have the query return all results where "Agreements Received"
= "ARYN" (Note: The "ARYN" value is either "true" or "false").
The code in the "criteria" line of the query is "[Forms]![PSV]![ARYN]"
I have no idea how to make this work. Any ideas? I clearly need help...
-AZ