N
Nuno Guerra
I have this query:
SELECT T_LOGS.DATE, T_LOGS.AGENT
FROM T_LOGS
WHERE [Forms]![frm_logs]![MyCriteria];
MyCriteria is populated with the command button that has:
MyCriteria = Me.Filter
When I open the query (doCmd.OpenQuery "Q_LOGS_CRITERIA"), it doesn't apply
the criteria in the 'where' statment !!
Any Help?
SELECT T_LOGS.DATE, T_LOGS.AGENT
FROM T_LOGS
WHERE [Forms]![frm_logs]![MyCriteria];
MyCriteria is populated with the command button that has:
MyCriteria = Me.Filter
When I open the query (doCmd.OpenQuery "Q_LOGS_CRITERIA"), it doesn't apply
the criteria in the 'where' statment !!
Any Help?