Checkbox Problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have developed a Project Mgmt database where there are several POCs
(internal, external, etc). I need to place a checkbox next to the POC who is
the "lead" of that particular project. However, when I place a checkmark
next to Joe Smith for Project 1, a checkbox automatically appears for Joe
Smith if his name is listed in other projects. How do I get the checkbox to
only apply for Joe Smith in Project 1 and not automatically be applied to all
Projects where Joe Smith's name is shown?
 
I'm not sure what POCs are or what your table structure is. Do you have a
table structure that allows you to store a true or false value in a table of
POCs or people related to POCs (whatever that is).
 
Duane: Thanx for responding back. I have been able to resolve the issue on
my own, finally. (POC is simply the acronym they use for their contact
person. Sorry for not explaining.)
 
Back
Top