Q
QB
I have a table 'tbl_scheduled_locations' with three fields 'sl_id','sl_date'
and 'sl_loc'
so basically the data is
1 12/01/2009 Detroit
2 12/05/2009 New York
3 12/17/2009 California
Now I need to build a query that tells me the location based on a date.
Therefore, if I used as a criteria 12/04/2009 it would return New York and
if I used 12/07/2009 it would return California.
How would I build such a query?
Thank you,
QB
and 'sl_loc'
so basically the data is
1 12/01/2009 Detroit
2 12/05/2009 New York
3 12/17/2009 California
Now I need to build a query that tells me the location based on a date.
Therefore, if I used as a criteria 12/04/2009 it would return New York and
if I used 12/07/2009 it would return California.
How would I build such a query?
Thank you,
QB