I have an app written in access that moves data from one database to another via linked tables. The code is written in a VB module.
Should I be using T-SQL standards or access standards?
For example
using AS when referencing a table name
using # to delimit dates or
using * with a LIKE
-Thanks,
-J