Acess 2000 and Access 2003

  • Thread starter Thread starter Leo
  • Start date Start date
L

Leo

My production is in Access 2003 with tables in Access 2000 format.
When I deploy the program what they will be using is Access 2000.

Will there be any problems esp with sQL routines written in 2003 front end
forms and queries working in Access 2000 environment ?

Thanks
Leo
 
There shouldn't be. I assume you're actually working with the application in
Access 2000 format, even though you're using Access 2003.
 
Thank you. That gives me some peace of mind.

Douglas J. Steele said:
There shouldn't be. I assume you're actually working with the application in
Access 2000 format, even though you're using Access 2003.
 
There are a few things in VBA that won't work in 2000, but no query
problems.

'====================================================
John Spencer
Access MVP 2002-2005, 2007-2009
The Hilltop Institute
University of Maryland Baltimore County
'====================================================
 
Back
Top