I have employees hours scheduled for work centers in a work week. I would
like to be able to copy week 32 schedule of emlpoyees and the work centers
assigned to, then paste it for a future week 51.
Whatcha think?
-JS
>I have employees hours scheduled for work centers in a work week. I would
>like to be able to copy week 32 schedule of emlpoyees and the work centers
[quoted text clipped - 3 lines]
>
>-JS
Probably a bad idea; but if you are going to do it, remember that data
is not stored in Forms, it's stored in Tables. Rather than copying
data onto a Form, run an Append query and add new records to the Table
upon which the form is based.
John W. Vinson[MVP]