Well.........
Your form and table are fine... If I were doing a DB for employees and hours that is the way I would set it up. But I'm not.
On my form, you insert the Start Date... it returns the ending date. You pick a day from the dropdown and it returns how many time that day occurs within your dates.
The monthly field is simply a monthly amount, it returns a daily amount.
The list of days below that simply returns how many times each day occurs within the "Start" to "End" dates. The final calculation just figures all days between the date frame at the daily rate.
The other text boxes "hours" do not do anything at the moment. When I get it figured out it should work like this..... If there is ANYTHING (except zeros) in the hours boxes it will include that
DAY in the calculation (amount of times the day occurs NOT hours)... ie ... figure in the Tuesday box... figure in the Thursday box... It will pull how many times Tuesday and Thursday occur within the dates given and calculate the partial invoice.
Fairly simple...

So I thought.
Employee names and hours really mean nothing to this form, nor will they to anything else in this DB. That information is entered into another DB... software program, that this DB cannot be tied to.
When I finally get it done I will post it so you can see what I was trying to do. I think it will probably end up being a VBA form.
Thanks