Providing default value from table for drop down

C

Chris Freeman

I have a drop down menu of dates. The dates are from a query that selects
last weeks date, and the dates for three weeks from now. I would also like
the default selection to be the date of the coming Friday. I don't want to
hard code the date default. I've tried using SQL Between, but this returns an
error.

Help please
 
Top