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
 Commands

Author  Topic 

Amber_Deslaurier
Starting Member

40 Posts

Posted - 2010-06-17 : 22:26:00
Hi

I would like to have a command in my query where it would POP UP as a message pop to the user to enter the date desired... that date would be used in the query...

example:

where date >= "DATE POP UP" and date <= "DATE POP UP"

also the date format to be 2010-MM-DD

ty

Amber-

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2010-06-17 : 22:29:28
any interaction with user should be perform at the client end. It is not possible in a Query


KH
[spoiler]Time is always against us[/spoiler]

Go to Top of Page
   

- Advertisement -