How to filter database results using date variable

S

SierraCounty.info

Can anyone help? I want to display events for any day my user selects on a
calendar control and display these events in a pop up window. I have
captured the clicked date and passed it to the popup window as a query
string: <%=datEventDate%>

It works fine. I can print the selected date in my popup window.

However, I can't figure out how to use this date variable in a custom query
in the database results wizard (DRW). Either the wizard refuses to store my
query because it has a syntax error or my popup window reports a data type
mismatch or a "too few parameters" error after I publish using this query.
Please somebody help; I am going crazy!
 

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