Hello !
I have a form: frmMain. In this form a subform: frmSubform.
When I navigate in frmMain the records in frmSubform are changed adequately.
Well done !
Now, I wish to create a string by concatenate the records (from a certain field) from this subform.
Can I do that by using directly what I have (what I see) in the frmSubform for a certain record in frmMain ?
That means to access only the filtered records from the subform.
Thank you !
I have a form: frmMain. In this form a subform: frmSubform.
When I navigate in frmMain the records in frmSubform are changed adequately.
Well done !
Now, I wish to create a string by concatenate the records (from a certain field) from this subform.
Can I do that by using directly what I have (what I see) in the frmSubform for a certain record in frmMain ?
That means to access only the filtered records from the subform.
Thank you !
Comment