VBA Error 3075 with DateAdd function

D

dw

We're having some issues with a piece of VBA code that works fine on some
machines but breaks on others; we updated our MDAC on the development
machine to 2.8 and now we get this error on some user machines (where it
worked before); btw, we also updated their machines to 2.8,

Microsoft Visual Basic
Run-time error '3075'
Function is not available in expressions in query
'((({tblApplicationData].[dtmUploadDate]) Between Date () And
DateAdd("d",1,Date())))'.

Any help is appreciated. Thanks in advance.
 
Top