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
Hours = 8.00
Start Date = 08/15/2011
End Date = 08/19/2011
Then in the table it would look like this (autofill)
Employee Name Hours Date
Jane Doe 8.00 8/15/2011
Jane Doe 8.00 8/16/2011
Jane Doe 8.00 8/17/2011
Jane Doe 8.00 8/18/2011
Jane Doe 8.00 8/19/2011
Can this be done?
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
Hours = 8.00
Start Date = 08/15/2011
End Date = 08/19/2011
Then in the table it would look like this (autofill)
Employee Name Hours Date
Jane Doe 8.00 8/15/2011
Jane Doe 8.00 8/16/2011
Jane Doe 8.00 8/17/2011
Jane Doe 8.00 8/18/2011
Jane Doe 8.00 8/19/2011
Can this be done?