A
abc
I have a table with a field called Type. Records for type include:
Peer, Group of Peers, Supervisor, and Other.
I need to create checkboxes for Peer, Group of Peers, Supervisor, and
Other.
I'm not really good with queries, but is there anyway to query the name
of the TYPE and have it check it off in the checkbox.
For example:
**Currently in my table-**
RecordID: 100
Type (text): Peer
**What the table needs to look like**
RecordID: 100
Type (text): Peer
Peer (Yes/No): CHECKED!
Group of Peers (Yes/No): not checked
Supervisor (Yes/No): not checked
Other (Yes/No): not checked
Eventually, I'll delete Type (text) once I get all my data checked off
in the corresponding checkboxes.
PLEASE HELP!
Peer, Group of Peers, Supervisor, and Other.
I need to create checkboxes for Peer, Group of Peers, Supervisor, and
Other.
I'm not really good with queries, but is there anyway to query the name
of the TYPE and have it check it off in the checkbox.
For example:
**Currently in my table-**
RecordID: 100
Type (text): Peer
**What the table needs to look like**
RecordID: 100
Type (text): Peer
Peer (Yes/No): CHECKED!
Group of Peers (Yes/No): not checked
Supervisor (Yes/No): not checked
Other (Yes/No): not checked
Eventually, I'll delete Type (text) once I get all my data checked off
in the corresponding checkboxes.
PLEASE HELP!