So how would I do a timesheet database?
If the form looks like:
Would this just have to be a giant DLookup to the tables? Or is there some easy way to accomplish this that I am not seeing?
Thanks. Sean.
If the form looks like:
Code:
Day Annual Lv Sick Lv StartTime EndTime
Sunday
Monday 8
Tuesday 0730 1700
Wednesday 0730 1700
Thursday 0730 1700
Friday 0730 1700
Saturday
Would this just have to be a giant DLookup to the tables? Or is there some easy way to accomplish this that I am not seeing?
Thanks. Sean.