Hi everybody,
This is probably easy, but my brain isn't working yet. I have a list of people, and they can belong to one or more groups. I wanted a form that shows each of the people and their information (address, phone, etc) in a continuous form. I thought about using a subform that lists the groups they are in, linked by the PersonID value.
I guess I've never attempted to do this before, because it says you can't use a subform on a continuous form. Does anyone have any suggestions how I can list each person - and have the groups they are in shown in a list box along the right side of the form. I still want it to be a continuous form, not just one person per page.
I have a table with a PersonID field, and the other information (address, etc.) I also have a table with the GroupID. Then I have a third table with both the PersonID and GroupID values in it. I just need a way to have a form such as this:
John Smith Group 3
(address, phone, etc.) Group 7
Fred Jones Group 2
(address, phone, etc.)
Mary Johnson Group 3
(address, phone, etc.) Group 4
Group 8
If someone could point me in the right direction, I would appreciate it. Thanks!
This is probably easy, but my brain isn't working yet. I have a list of people, and they can belong to one or more groups. I wanted a form that shows each of the people and their information (address, phone, etc) in a continuous form. I thought about using a subform that lists the groups they are in, linked by the PersonID value.
I guess I've never attempted to do this before, because it says you can't use a subform on a continuous form. Does anyone have any suggestions how I can list each person - and have the groups they are in shown in a list box along the right side of the form. I still want it to be a continuous form, not just one person per page.
I have a table with a PersonID field, and the other information (address, etc.) I also have a table with the GroupID. Then I have a third table with both the PersonID and GroupID values in it. I just need a way to have a form such as this:
John Smith Group 3
(address, phone, etc.) Group 7
Fred Jones Group 2
(address, phone, etc.)
Mary Johnson Group 3
(address, phone, etc.) Group 4
Group 8
If someone could point me in the right direction, I would appreciate it. Thanks!