Hi there,
I have 2 tables:
tbl_Class with fields ClassID,ClassName,ClassInfo
tbl_Students with fields StudentID, ClassID, StudentName
The relationship is one(one class) to many (many students in one class)
What I need is to get all the names of the students in the ClassInfo Memofield. The names need to be seperated with <p></p> html tags.
Can this be done with a query?
Thanks!
Diane