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
 Other Forums
 MS Access
 I need HELP

Author  Topic 

MattieBala69
Starting Member

30 Posts

Posted - 2005-08-30 : 10:29:12
I am trying to write a query where it has 3 diff parameter. one is Start Date , End Date and Employee Name. But the problem i have is my manager would like the user to pick an employee name from a list .
Is there a way to write a quety where when i run the query , when it pops up with the box to enter parameters. To show all the employees so that user can pick any no of employess names
Thank you,
Mattie

JimL
SQL Slinging Yak Ranger

1537 Posts

Posted - 2005-08-30 : 10:39:41
Are you useing .mdb or .adp ?

Jim
Users <> Logic
Go to Top of Page

MattieBala69
Starting Member

30 Posts

Posted - 2005-08-30 : 10:41:11
.mdb
Go to Top of Page

AjarnMark
SQL Slashing Gunting Master

3246 Posts

Posted - 2005-08-30 : 13:19:27
You'll have to write your own form that will have the pick list (and other parameter fields), and then call the query from the form.

---------------------------
EmeraldCityDomains.com
Go to Top of Page

JimL
SQL Slinging Yak Ranger

1537 Posts

Posted - 2005-08-30 : 13:30:21
You could do this using the pulldown for employee on a form and the start date and end date on a subform with the employee hidden.

Jim
Users <> Logic
Go to Top of Page
   

- Advertisement -