K
Ken
table 1 has 3 fields, uniqueID (primary key no duplicates), name and
specialty.
table 2 has 3 fields, uniqueID and practiceID, practiceName. The uniqueID is
linked to the uniqueID in table 1 and there are multiple entries for a single
record in table one. I want to get all the results from all records for
uniquedID in table 2 in table 2 and insert them into the specialty field in
table 1 like 10,20,30. Hope this makes sense. How could I do this?
Thanks
specialty.
table 2 has 3 fields, uniqueID and practiceID, practiceName. The uniqueID is
linked to the uniqueID in table 1 and there are multiple entries for a single
record in table one. I want to get all the results from all records for
uniquedID in table 2 in table 2 and insert them into the specialty field in
table 1 like 10,20,30. Hope this makes sense. How could I do this?
Thanks