msaccessken
New member
- Local time
- Today, 09:40
- Joined
- Apr 24, 2009
- Messages
- 2
The background:
1. I will be working with Access 2003.
2. My back-end databases will be sitting within the .mdb file and powered by the JET engine (i.e. no connection to SQL Server, Oracle, etc.)
3. I will be writing SQL within my VBA code for purposes of automation. For example, querying the database and then using the information to update MS Office documents (Word/PPT/Excel).
My question:
When I write the SQL code within my VBA, does the syntax have to be JET SQL for it to work? If I use T-SQL, for example, will it fail?
The follow-up question:
If eventually I migrate the databases from MS Access / JET to SQL Server or Oracle, will I have to rewrite my SQL to follow the correct syntax? I.e. converting JET SQL to T-SQL
1. I will be working with Access 2003.
2. My back-end databases will be sitting within the .mdb file and powered by the JET engine (i.e. no connection to SQL Server, Oracle, etc.)
3. I will be writing SQL within my VBA code for purposes of automation. For example, querying the database and then using the information to update MS Office documents (Word/PPT/Excel).
My question:
When I write the SQL code within my VBA, does the syntax have to be JET SQL for it to work? If I use T-SQL, for example, will it fail?
The follow-up question:
If eventually I migrate the databases from MS Access / JET to SQL Server or Oracle, will I have to rewrite my SQL to follow the correct syntax? I.e. converting JET SQL to T-SQL