Hi,
I have a sub form on my form which displays the normalised data on a datasheet.
I have managed to create a txt box on my main form that contains the number of records within that subform by doing this in the control source.
How do i know create another text box that display the number of rows within the subform where fielda = "String" (string being a word)????
Thanks
k0r54
I have a sub form on my form which displays the normalised data on a datasheet.
I have managed to create a txt box on my main form that contains the number of records within that subform by doing this in the control source.
Code:
ControlSource --> =subform_controlname.form.recordset.recordcount
How do i know create another text box that display the number of rows within the subform where fielda = "String" (string being a word)????
Thanks
k0r54