A
Alain
Hi to all,
I am getting a data type mismatch in the following query in the where
condition:
UPDATE tblBudgetBr SET tblBudgetBr.[To] = DateAdd("yyyy",2,"Date()")
WHERE (((tblBudgetBr.MthToMth)=True));
If I run a normal select with the same criteria,it works fine, can anyone
tell me what is wrong here ??
TIA
I am getting a data type mismatch in the following query in the where
condition:
UPDATE tblBudgetBr SET tblBudgetBr.[To] = DateAdd("yyyy",2,"Date()")
WHERE (((tblBudgetBr.MthToMth)=True));
If I run a normal select with the same criteria,it works fine, can anyone
tell me what is wrong here ??
TIA