brooke2624
Member
- Joined
- Mar 13, 2006
- Messages
- 5
- Programming Experience
- Beginner
I am currently working on a program that is allowing users to login to a database and look at their pay check details. I am having one problem though. I have created my login form with an employee id and password. I have gotten it to work and validate that both a employer Id and password exist. I then redirect it to a page with the check details. I have a label that displays their employer id number from the first page and then I have a drop down list box. I am trying to connect this drop down list box to the database, but I am having problems. I am only wanting to display the pay period for only the individual employee id number. Instead, it keeps displaying everyone's pay period numbers. I have also put in a for loop that only displays each record without showing identical records. The problem with this is that I might have an employee that hired in at pay period 3, but instead it still shows all of the pay period, but just not duplicates. Can someone please help me out???? I can't find anything about this in any books I have researched or on the net!!! Thanks a lot!!!!!