I have a table set up which uses date for primary key. That being said, each record is based on short date. Can i make a query that uses input from the user? I ask because i would like the user to input a date, then the query displays a sum of all dates previous to the inputed date.
Any...