Search by Drop Down List

cathalfarrell

Registered User.
Local time
Today, 14:49
Joined
Mar 10, 2008
Messages
41
Hi Everyone

I'm not too sure if this request is a query issue or not so please excuse if this is posted in the wrong section.

I am creating a database that picks up the start and finish time of each employee and displays the total hours worked by day and week.

I would like to be able to search by employee name from a drop down list but I am a unsure how to do this.

Can anyone assist?

Many thanks :)
 
Wow lots of " worked hours " questions lately... I am starting to wonder if this maybe is some school work or something but here goes....

Create a combo box/list box which selects the employee names + the employee ID then "on change" triger some code to search the employee in the form for real, based on said ID.
 

Users who are viewing this thread

Back
Top Bottom