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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 drop down boxes for dates

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
Go to Top of Page

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.
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2007-06-27 : 10:34:42
What is your front end?
Use Datepicker there

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

msugradus
Starting Member

40 Posts

Posted - 2007-06-27 : 11:04:54
I am using Access for the front end.....What is datepicker?
Go to Top of Page

jsmith8858
Dr. Cross Join

7423 Posts

Posted - 2007-06-27 : 11:14:54
If you are using Access for your front-end, post questions in the Access forum.

- Jeff
http://weblogs.sqlteam.com/JeffS
Go to Top of Page
   

- Advertisement -