I am trying to get a box prompting users for input when they run the following equation:
SELECT d.shiftindex, d.loc, d.timeempty, d.timedump, d.ddbkey FROM dbo.hist_dumps d Inner Join dbo.hist_exproot e On d.shiftindex = e.shiftindex WHERE e.shiftdate between [startdate] and [enddate]
I have not been able to come up with a way to get the start date and end date to be requested.