Hi Everybody,
I'm working in the Developer version of Access XP (2002?). I keep my files in Access 2000 format. My users are often running Access 2000. Sometimes they experience run-time errors with my beast (I mean my application) because they don't have the same set of arguments for commands that I do.
For example, it looks like:
is causing somebody running "version 2000, sr-1" a problem. I'm guessing it's the number or sequence of arguments.
Is there some online reference where I can find out what proper command format is in earlier versions of Access?
Thanks!
I'm working in the Developer version of Access XP (2002?). I keep my files in Access 2000 format. My users are often running Access 2000. Sometimes they experience run-time errors with my beast (I mean my application) because they don't have the same set of arguments for commands that I do.
For example, it looks like:
Code:
DoCmd.OpenReport "rptErrors", acViewPreview, , , acDialog
is causing somebody running "version 2000, sr-1" a problem. I'm guessing it's the number or sequence of arguments.
Is there some online reference where I can find out what proper command format is in earlier versions of Access?
Thanks!