Access 2003 Pass through Queries to SQL 2K

  • 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

  • Straight T-SQL will not fully run in Access directly so, program for Access.

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply