J
John Thomas
I have data in subforms that I link using the following code as an example,
but RFT2, does support that property. Is there another way for me to do
this. It is basiclly groups of records in one field, identified by unique
matching codes in another in another. For example: the unique code of "1900"
would be the entire chapter of a book in the bible, representing all 25
verses in that chapter, all of which are each a separate record in another
field, and then display them in the RTF2 Control as a group.
This works in access subforms like I want it to for example:
Private Sub form2_Enter()
Me![form2].LinkChildFields = "unique chapter codes"
Me![form2].LinkMasterFields = "unique chapter codes"
End Sub
Thank you
but RFT2, does support that property. Is there another way for me to do
this. It is basiclly groups of records in one field, identified by unique
matching codes in another in another. For example: the unique code of "1900"
would be the entire chapter of a book in the bible, representing all 25
verses in that chapter, all of which are each a separate record in another
field, and then display them in the RTF2 Control as a group.
This works in access subforms like I want it to for example:
Private Sub form2_Enter()
Me![form2].LinkChildFields = "unique chapter codes"
Me![form2].LinkMasterFields = "unique chapter codes"
End Sub
Thank you