B
Billiam
In my timesheet, I would like to have an option to enter blocks of time at a
certain time value. I believe I will need to program this?
For example, instead of entering in a 2 week vacation/sicktime block day by
day, could I do this (each day would be 8 hours or x hours for that matter
within the block) without programming...maybe just an expression and append
table???
My form would have cbo employee based on t_employee)
cboPayperiod (based on lt_payperiod),
cboDateFrom (Date/Time, Long date Format) and
cboDateTo (Date/Time, Long date Format),
cboWorkCode (vacation,Sick etc) (based on lt_WorkCode),
cboHoursPerDay based on lt_TimeInterval, short time format).
Problem1:
How do I limit the days available OR populate the cboDateFrom and cboDateTo
so that only the days in the Payperiod are shown. If cboPayPeriod is based on
a lt_PayPeriod consisting of:
PayPeriodID, autonumber PK;
PayPeriod, text, in the form 09-01 (year 2009 payperiod 1)
PayPeriodFrom date/TimeFormat Long Time,
PayPeriodTo, date/Time format, long time.)
Problem2:
Once the values have been chosen by the employee, how do get an entry per
day by the value chosen which would be bound to t_Timesheet dateWorked field
date/Time format, long date, and field DailyHoursWorked field in the same
table Date/Time, short time (plus the payperiod and employee entries?
Is there a better way to do this? any advice and help would be appreciated
greatly.
certain time value. I believe I will need to program this?
For example, instead of entering in a 2 week vacation/sicktime block day by
day, could I do this (each day would be 8 hours or x hours for that matter
within the block) without programming...maybe just an expression and append
table???
My form would have cbo employee based on t_employee)
cboPayperiod (based on lt_payperiod),
cboDateFrom (Date/Time, Long date Format) and
cboDateTo (Date/Time, Long date Format),
cboWorkCode (vacation,Sick etc) (based on lt_WorkCode),
cboHoursPerDay based on lt_TimeInterval, short time format).
Problem1:
How do I limit the days available OR populate the cboDateFrom and cboDateTo
so that only the days in the Payperiod are shown. If cboPayPeriod is based on
a lt_PayPeriod consisting of:
PayPeriodID, autonumber PK;
PayPeriod, text, in the form 09-01 (year 2009 payperiod 1)
PayPeriodFrom date/TimeFormat Long Time,
PayPeriodTo, date/Time format, long time.)
Problem2:
Once the values have been chosen by the employee, how do get an entry per
day by the value chosen which would be bound to t_Timesheet dateWorked field
date/Time format, long date, and field DailyHoursWorked field in the same
table Date/Time, short time (plus the payperiod and employee entries?
Is there a better way to do this? any advice and help would be appreciated
greatly.