Question
SQL Search Between Dates
I have a table which contains a list of enquiries that I
receive. I have an 'Input_Date' field as a column. I have set up a
page on my site on which to input two dates to search between for
enquiries. One input field is called Start and the other End.
What is the SQL I would need in order to display the results on a page which I go to after hitting 'submit'? Also, how would I define the variables, 'Request.Form' or 'Request.QueryString'?
Thanks for your help in advance!
What is the SQL I would need in order to display the results on a page which I go to after hitting 'submit'? Also, how would I define the variables, 'Request.Form' or 'Request.QueryString'?
Thanks for your help in advance!
