G
Guest
I have searched the groups but didnt get it work.
I am trying to filter a form with three criteria:
1.BATCH NO SHOULD BE BETWEEN XX AND XXX
2.DRAFT NO IS NULL
3.COUNTRY= ME.COMBO22
strLinkCriteria = "[BATCHNO]= BETWEEN "05/*" AND 06/*" AND [DRAFT] IS NULL
AND [COUNTRY]=ME.COMBO22"
I want to put the code on the After update event of the control combo22.
any help on this issue?
I am trying to filter a form with three criteria:
1.BATCH NO SHOULD BE BETWEEN XX AND XXX
2.DRAFT NO IS NULL
3.COUNTRY= ME.COMBO22
strLinkCriteria = "[BATCHNO]= BETWEEN "05/*" AND 06/*" AND [DRAFT] IS NULL
AND [COUNTRY]=ME.COMBO22"
I want to put the code on the After update event of the control combo22.
any help on this issue?