Hi
I want to create a text box on my Mainform with a list of StudyNumber values from the subform. The subform can contain many records. Putting the following into the source for the textbox:
=[Subform].[Form]![StudyNumber]
gives me only the first subform recordset. Is there a way that I can change this so that all the linked StudyNumber values are being shown. I was thinking about using a loop, but got very badly stuck, please help!
I want to create a text box on my Mainform with a list of StudyNumber values from the subform. The subform can contain many records. Putting the following into the source for the textbox:
=[Subform].[Form]![StudyNumber]
gives me only the first subform recordset. Is there a way that I can change this so that all the linked StudyNumber values are being shown. I was thinking about using a loop, but got very badly stuck, please help!