Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

prompt for date range

Status
Not open for further replies.

kathyc20

Programmer
Mar 7, 2001
96
CA
I am writing a query where I need to prompt the user for a start date and an end date.

Can someone please point me in the direction on how to do this?

Thank you
 
I am using a SQL Query with excel to create data based on date criteria. It works fine. It displays a box with
"ENTER PARAMETER VALUE" start date and repeats another box for end date.

Maybe someone could suggest how to edit the box for more descriptive info requirements.

Query Logic:

select *
from shiptable

where (shiptable.ShipDate Between ? And ?)

Hopes this helps!

Gary
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top