R
Rose B
I have a fairly large/complex application (split - front end) originally
written in 2002 but now converted to 2007. All works fine if running with
2007 full, but idea was (is) to install 2007 Runtime for those users still on
XP with old version of Access.
Problems that I have found so far are all to do with use of Date() in
queries or field default values. On the whole I have managed to get around
these by (labouriously) relacing these with Now() or DateValue(Now()).
Problem that I am left with is that my SQL statements are not working where I
have used a FORMAT of (e.g.) #yyyy\/mm\/dd\#. For some reason the SQL that is
generated looks fine and works in full Access 2007 but Runtime 2007 complains
of a Syntax error (3134). Any ideas on how to overcome this?
written in 2002 but now converted to 2007. All works fine if running with
2007 full, but idea was (is) to install 2007 Runtime for those users still on
XP with old version of Access.
Problems that I have found so far are all to do with use of Date() in
queries or field default values. On the whole I have managed to get around
these by (labouriously) relacing these with Now() or DateValue(Now()).
Problem that I am left with is that my SQL statements are not working where I
have used a FORMAT of (e.g.) #yyyy\/mm\/dd\#. For some reason the SQL that is
generated looks fine and works in full Access 2007 but Runtime 2007 complains
of a Syntax error (3134). Any ideas on how to overcome this?