Hi,
I am trying to create a basic clocking in/clocking out system.
I currently have two tables, these being:
1. Holds the employee information, employee number, name etc. The key being the employee number.
2. Holds the clocking in/out information. The key being the date and time the employee clocked in.
We have around 100 hundred employees and i need to be able to enter an employee number in a text box which then populates the rest of the form with data from the employee table and from the clocking in/out table.
I am currently using a combo box to do this but the list in the combo box is quite large and employees are quite often using the combo box to clock each other in and out.
I know that using a text box won't prevent them from clocking each other in and out but if would at least prevent them from seeing the list of other employee numbers.
Is there a way to do this? Any help would be much appreciated.
jonnyuk3
I am trying to create a basic clocking in/clocking out system.
I currently have two tables, these being:
1. Holds the employee information, employee number, name etc. The key being the employee number.
2. Holds the clocking in/out information. The key being the date and time the employee clocked in.
We have around 100 hundred employees and i need to be able to enter an employee number in a text box which then populates the rest of the form with data from the employee table and from the clocking in/out table.
I am currently using a combo box to do this but the list in the combo box is quite large and employees are quite often using the combo box to clock each other in and out.
I know that using a text box won't prevent them from clocking each other in and out but if would at least prevent them from seeing the list of other employee numbers.
Is there a way to do this? Any help would be much appreciated.
jonnyuk3