Hi all,
I think I'm missing something simple but don't know what it is
I have a Search Form which has 3 check boxes on it. when a check box = True it passes a criteria to a text box. The text box then passes the criteria to a query.
Check box Check_Mob passes >=Date() to [Criteria13] and Check_Demob passes <Date() to [Criteria13]. In the Demobilised field of the query I have [Forms]![frmPowerSearch]![Criteria13] set in the criteria row. However this does not work.
I have tried setting the query parameters to [Forms]![frmPowerSearch]![Criteria13] DateTime but still no luck
I have 12 other text boxes that are parameters for the query. These all work great. Any ideas why it does not work when <Date() or >=Date() are passed through.
Thanks in advance
Cashe ;-)
I think I'm missing something simple but don't know what it is
I have a Search Form which has 3 check boxes on it. when a check box = True it passes a criteria to a text box. The text box then passes the criteria to a query.
Check box Check_Mob passes >=Date() to [Criteria13] and Check_Demob passes <Date() to [Criteria13]. In the Demobilised field of the query I have [Forms]![frmPowerSearch]![Criteria13] set in the criteria row. However this does not work.
I have tried setting the query parameters to [Forms]![frmPowerSearch]![Criteria13] DateTime but still no luck
I have 12 other text boxes that are parameters for the query. These all work great. Any ideas why it does not work when <Date() or >=Date() are passed through.
Thanks in advance
Cashe ;-)