I have Access 2002 (set to use Access 2002 file format) and when i export as Access 2000 and use the exported file with Access 2000 there are many errors with certain commands.
Date() does not work, changing to Now() fixes the problem.
Left() does not work. eg. Left([gender]),1) gives M or F for male and female
Format$() does not work which returns 1 as January and 12 as December.
With the expection of Format im sure these commands are in Access 97 let alone Access 2000!
Anyone know of a list of commands/function that do not work in previous versions of Access so i can avoid them.
I need to make my Database availible as Access 2000 and Access 97 so i dont wanna have to re-debug the database each time.
Many thanks Kris.
Date() does not work, changing to Now() fixes the problem.
Left() does not work. eg. Left([gender]),1) gives M or F for male and female
Format$() does not work which returns 1 as January and 12 as December.
With the expection of Format im sure these commands are in Access 97 let alone Access 2000!
Anyone know of a list of commands/function that do not work in previous versions of Access so i can avoid them.
I need to make my Database availible as Access 2000 and Access 97 so i dont wanna have to re-debug the database each time.
Many thanks Kris.