colmkav formulated on Wednesday :
Yup, in almost every case the Access queries will work the same way
they did against Access tables, and you might even see an increase in
performance with out changing anything.
However if you want/need to dramatically increase your apps performance
you will probably want to use Access pass-thru queries written with Sql
Servers TSql language.
If you are competent in writing efficient Access queries you'll
discover that there are some minor syntax and key word differences.
However once learned, you could see VERY impressive performance
differences on some queries.
Also Sql Server is FAR more fault tolerant that a file based Access
backend database.
Good luck with your project.
Ron W