dmkennard2
Technical User
Hi,
I have a query that did work in Access 2003 but i cannot get to work in 2007. The form where the query is used has several checkboxes that filter a subreport when they are clicked.
This is the code i have in the query for each checkbox. When i take the code out the query runs ok.
I dont understand why this would work in 2003 and not in 2007!!
Any help would be much appreciated.
Thanks
Dazz
I have a query that did work in Access 2003 but i cannot get to work in 2007. The form where the query is used has several checkboxes that filter a subreport when they are clicked.
Code:
Like IIf([Forms]![frmAllData]![chkBlocked]=True,-1,"*")
This is the code i have in the query for each checkbox. When i take the code out the query runs ok.
I dont understand why this would work in 2003 and not in 2007!!
Any help would be much appreciated.
Thanks
Dazz