On Tue, 10 Feb 2009 14:01:01 -0800, seeker <(E-Mail Removed)>
wrote:
>Our front ends for our data is in access and has all the queries, forms, and
>reports with linked tables to a sql server back end. My question is when i
>write select, update, insert into, or even delete queries in the front end do
>I use # # for dates or ' ' for dates?
If you're using a linked table, the query will be in Access syntax - with a #
date delimiter, your choice of ' or " delimiters for text, etc. If you use a
PassThrough query you will use SQL/Server syntax.
--
John W. Vinson [MVP]
|