Pass Thru Query Data Parameter Syntax

S

Shea Schultze

I'm using Access 2003 and QuickBooks Enterprise 7.0. I've got a pass thru
query that works fine until I attempt to request a date.

SELECT *
FROM InvoiceLinkedTxn
WHERE IsPaid = 0 and TxnDate = #6/20/06#

I've tried variations of the date formats MM/DD/YYYY and YYYY-MM-DD and
YYYYMMDD. I've tried using # and ' and " and [ and ( and { but to no avail.

Can you assist?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top