aspiringprog
MIS
Hi all,
I have a form which contains a report that is based on a query. When I run the query itself, it works with no problem at all. But when I try to run the same query from the form, I get a message saying the expression is too complex to be evaluated........
I think the problem is with this line of code..
abd=Forms!frmReport!txtabd;
where the value in the form is supposed to be an integer, usually 0. When I input a 0 from the form, I get the error. but when I run the query as is, inputting a 0, i get the results.
Can anyone please tell me what is wrong with my form?
thanks,
I have a form which contains a report that is based on a query. When I run the query itself, it works with no problem at all. But when I try to run the same query from the form, I get a message saying the expression is too complex to be evaluated........
I think the problem is with this line of code..
abd=Forms!frmReport!txtabd;
where the value in the form is supposed to be an integer, usually 0. When I input a 0 from the form, I get the error. but when I run the query as is, inputting a 0, i get the results.
Can anyone please tell me what is wrong with my form?
thanks,