P
pubdude2003 via AccessMonster.com
Hey all, I have some code that seems to run fine on some machines but not
others.
It's an mde distributed to a number of machines but they all run 2003, same
build and Jet as the development box.
the code that seems to be choking is
Dim apptdate2 As Date
apptdate2 = Nz(DLookup("Apptdate", "Journalquery"))
If apptdate2 = date Then
gives me a
3075 function is not available in expression in query expression'(((Journal.
ApptDate)=Date()))
another form with code
If expiry - VBA.date < 15 Then
works fine and we have already tried
If apptdate2 = VBA.date Then
but it just won't work
any ideas would sure be appreciated...
others.
It's an mde distributed to a number of machines but they all run 2003, same
build and Jet as the development box.
the code that seems to be choking is
Dim apptdate2 As Date
apptdate2 = Nz(DLookup("Apptdate", "Journalquery"))
If apptdate2 = date Then
gives me a
3075 function is not available in expression in query expression'(((Journal.
ApptDate)=Date()))
another form with code
If expiry - VBA.date < 15 Then
works fine and we have already tried
If apptdate2 = VBA.date Then
but it just won't work
any ideas would sure be appreciated...