bob bisquick
Registered User.
- Local time
- Today, 16:27
- Joined
- Nov 8, 2002
- Messages
- 37
I am trying to do the following:
I have a table with patients and medications they are on. One record per med per patient. I would like to make a table that has 1 record per patient, with a field for the patient key, and a single field that has a list of all the meds the patient is on.
I think I have to look at a patient, loop through each of his or her records and add each med to a field. I believe this involves creating a record set, and using a loop, both of which I have never done before. I am trying to hack something together using Access help but am having problems. Any advice?
I have a table with patients and medications they are on. One record per med per patient. I would like to make a table that has 1 record per patient, with a field for the patient key, and a single field that has a list of all the meds the patient is on.
I think I have to look at a patient, loop through each of his or her records and add each med to a field. I believe this involves creating a record set, and using a loop, both of which I have never done before. I am trying to hack something together using Access help but am having problems. Any advice?