First, the date format expected is #MM/DD/YYYY#, my bad. The hashtags are required. I am not positive, but I believe I am working with Oracle as the backend of a Trapeze installation.
I am automating a reporting process using MS Excel as the reporting tool with MS Query pulling the data. If the date range is entered directly into MS Query as ">=20111001 and <=20120630" MS Query automagically converts it to ">=#10/01/2011# and <=#06/30/2012#". However, I want to avoid having to edit the query each time the date range shifts. Like MS Access if I enter ">=[Start Date] and <=[End Date]" in the criteria field MS Query will pop up a dialog requesting the user to enter the appropriate dates. However, I have yet to find a suitable method of resolving the required hashtags. I have tried entering them directly in the dialog box, I have tried concantenating text strings, I have tried text formating functions. Nothing seems to work.
Any ideas?
Anthony Norris