I have a form that has the following to be used like a time card:
Employee Name
Hours
Start Date
End Date
I would like the user to be able to enter the above information for a week at a time. I would like access to auto fill the table for the week. For example:
Employee Name = Jane Doe...
I have a report in access that I need to only have employees (“Employee Number”) who have a specific criteria in two text boxes (and/or). So instead of pulling all the employees I would like to only pull employees that have an amount in these two text boxes. I have put the following code on the...