The user is entering a start date and end date to filter records.
In the table, the data is set up like so:
If the user types in the begin date -> 3/31/2013 and 12/31/2013 for the end date, I am wondering how to get the values of $1,975.00 and $2,000.00 into a query. I am also trying to get the dates into the query as well.
I will be inserting this into a much larger query.
Does anyone have any experience with this?
Thanks a lot!
In the table, the data is set up like so:
Code:
Date (PK) Value 3/31/2013 $1,975.00 12/31/2013 $2,000.00
I will be inserting this into a much larger query.
Does anyone have any experience with this?
Thanks a lot!
Comment