C
Cathy
I need to create a form/subform that attaches to a
calendar. The form/subform has a list of the users daily
todos based on the date they picked from the calendar and
their ID. The thing that sets this calendar apart from
the norm is that the users is supposed to click a checkbox
when they've completed an item. This logs the users ID
and date/time in a table. (Up to this point, I have
everything working fine.) Next, if their supervisor is
supposed to review the item, there should be a check box
for them. And if the manager needs to review the item,
there should be a check box for them. The problem I'm
having is making the checkboxes for the supervisor and
manager appear only on rows where the supervisor and/or
manager need to approve/review an item.
So far I've tried coding the supervisor & manager's check
boxes to be visible/invisible. But, from what I
understand, this will not work on a continuous form. A
subform will not work on a continous form either... What
other opportunities do I have? My boss really wants this
to look like a 'report' of todo items with check boxes
visible or not visible based on whether or not they are
needed. Having a user check off the items individually
defeats the purpose of putting them in a database.
Thanks in advance for any help you can provide.
Cathy
calendar. The form/subform has a list of the users daily
todos based on the date they picked from the calendar and
their ID. The thing that sets this calendar apart from
the norm is that the users is supposed to click a checkbox
when they've completed an item. This logs the users ID
and date/time in a table. (Up to this point, I have
everything working fine.) Next, if their supervisor is
supposed to review the item, there should be a check box
for them. And if the manager needs to review the item,
there should be a check box for them. The problem I'm
having is making the checkboxes for the supervisor and
manager appear only on rows where the supervisor and/or
manager need to approve/review an item.
So far I've tried coding the supervisor & manager's check
boxes to be visible/invisible. But, from what I
understand, this will not work on a continuous form. A
subform will not work on a continous form either... What
other opportunities do I have? My boss really wants this
to look like a 'report' of todo items with check boxes
visible or not visible based on whether or not they are
needed. Having a user check off the items individually
defeats the purpose of putting them in a database.
Thanks in advance for any help you can provide.
Cathy