Hello All:
I have a incident table, action_taken table and incident_action _taken
table.
incident table
-------------------
iid(PK)
name
desc
action_taken table
-------------------------
aid(PK)
name
desc
incident_action _taken
-------------------------------
id(PK)
aid
iid
I have a main form and a sub form. Main form shows incident table and
subform shows incident_action _taken table. I want to show all the
"action_taken.n ame" field as a checkbox in the subform. I had a
"yes/no" column in incident_action _taken table but did not help.
I would appreciate if somebody can help me on this.
Thanks
I have a incident table, action_taken table and incident_action _taken
table.
incident table
-------------------
iid(PK)
name
desc
action_taken table
-------------------------
aid(PK)
name
desc
incident_action _taken
-------------------------------
id(PK)
aid
iid
I have a main form and a sub form. Main form shows incident table and
subform shows incident_action _taken table. I want to show all the
"action_taken.n ame" field as a checkbox in the subform. I had a
"yes/no" column in incident_action _taken table but did not help.
I would appreciate if somebody can help me on this.
Thanks
Comment