Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
msugradus
Starting Member
40 Posts |
Posted - 2007-06-27 : 09:51:34
|
| I have created several reports using sql server that have the end user enter a start and end date to run the query. I was just wondering if there was a way to just have a drop down/combo type box instead so the user could just pick the date instead of having to type one in. |
|
|
Michael Valentine Jones
Yak DBA Kernel (pronounced Colonel)
7020 Posts |
Posted - 2007-06-27 : 10:01:06
|
| This seems like an application question, not a SQL Server question.CODO ERGO SUM |
 |
|
|
msugradus
Starting Member
40 Posts |
Posted - 2007-06-27 : 10:04:35
|
| I just mentioned it here because the code is currently in SQL server to get the dates and I was just wondering if it was possible to offer a choice of dates instead of entering one, thats all. |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2007-06-27 : 10:34:42
|
| What is your front end?Use Datepicker thereMadhivananFailing to plan is Planning to fail |
 |
|
|
msugradus
Starting Member
40 Posts |
Posted - 2007-06-27 : 11:04:54
|
| I am using Access for the front end.....What is datepicker? |
 |
|
|
jsmith8858
Dr. Cross Join
7423 Posts |
|
|
|
|
|