Link to home
Start Free TrialLog in
Avatar of WavyGravy
WavyGravyFlag for United States of America

asked on

Creating a form that displays results for a certain date?

What is the process for creating a form that will return all records for a certain date?  Or rather, how can I incorporate a variable into my SQL syntax?

Preferably when a user opens this form, they would select a date and a subform would render the records that match that date.  Something along the lines of SELECT * FROM visits WHERE visits.date=variableDateFromForm

Thanks in advance!
ASKER CERTIFIED SOLUTION
Avatar of rgn2121
rgn2121
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial