A
a
thank you
I have 2 forms (master form) and sub form
I'm using link child field and link master field
And I have a command button in the master form, I want use this command
button to cut the link between master form and the sub form
I put this code in this command button:
Me.Client.LinkMasterFields = ""
Me.Client.LinkChildFields = ""
Docmd.Requery "Client"
This code let the subform not display any record I don't know the reason
Any help about How can I cut the link and display all subform data
Thank you
I have 2 forms (master form) and sub form
I'm using link child field and link master field
And I have a command button in the master form, I want use this command
button to cut the link between master form and the sub form
I put this code in this command button:
Me.Client.LinkMasterFields = ""
Me.Client.LinkChildFields = ""
Docmd.Requery "Client"
This code let the subform not display any record I don't know the reason
Any help about How can I cut the link and display all subform data
Thank you