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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top