new record = beginning of week (each record is counted by Timesheet # as you
will see)
fill in this data each week for all records - yes
Is there a reason you have seven fields rather than a related table with
seven records? I have one table that includes:
Timesheet # (autonumber and key)
employee
week beginning
Date (1-7)
Hours (1-7)
Travel, Straight, OT,DT (1-7)
Job # (1-7)
Service Ticket # (1-7)
Per Diem (1-7)
Job Name (1-7)
Odometer Start (1-7)
Odometer End (1-7)
Job Description (1-7)
(1-7)= each day of the week
This will be accessed by each employee via the web on our company server on
each Friday (or so) to have a report on Tue. of the following week.
I'm not sure I'll have any problems with this, but, in my .html page I have
all labels across the top of the page (Employee, Date. etc.) I have taken
each repetative label and renamed them all the same (They were Date1:,
Date2:, etc. - changed the InnerText) and transposed them all on top one
another and placed each consecutive text box in a column below the "one"
label for each day of the week. So it looks something like this:
__________ _____________
Employee |_________| Week Beginning |____________|
Date Hours Travel <-----all in layers
___________ _________ _________
|__________| |________| |________| <---- represents "Travel1:"
___________ _________ _________
|__________| |________| |________| <---- represents "Travel2:"
___________ _________ _________
|__________| |________| |________| <---- represents "Travel3:", etc.
___________ _________ _________
|__________| |________| |________|
___________ _________ _________
|__________| |________| |________|
___________ _________ _________
|__________| |________| |________|
___________ _________ _________
|__________| |________| |________|
Lost, ok.
I want to put in the "week beginning" date and have all of my "Date" fileds
fill in automatically...or am I asking too much?