I need to pop up a message box which includes information from many records as a string
e.g The following subjects do not have a teacher assigned to them
Science
History
Maths
I don't know how to loop through all records of one field of a query and create a string from them
I would seperate them with a vbCrlf
I tried to create an array of the recordset but I am finding difficulties...
Is there a quick and simple way?
Thanks
e.g The following subjects do not have a teacher assigned to them
Science
History
Maths
I don't know how to loop through all records of one field of a query and create a string from them
I would seperate them with a vbCrlf
I tried to create an array of the recordset but I am finding difficulties...
Is there a quick and simple way?
Thanks