jamaarneen
Programmer
Hi,
In a DCount function, i want to use a 'date' value in the creteria.
a date is filled in a textbox (which's format is General Date, and the function should search if this akready exists in the table. the field where the creteria is looking, is date format.
but it didn't find nothing. I can't figure out why.
this is my syntax for the creteria:
I tried also without the ' # ' character.
please help. thanks.
In a DCount function, i want to use a 'date' value in the creteria.
a date is filled in a textbox (which's format is General Date, and the function should search if this akready exists in the table. the field where the creteria is looking, is date format.
but it didn't find nothing. I can't figure out why.
this is my syntax for the creteria:
Code:
"ReqDel_Date = #" & Me!txt_ReqDel_Date& "#"
please help. thanks.