Ok I have a list box in the main Form and when I double click on the information in that list box I want that information to be copied to the Subform.
I have tried something like this
but this isn't right
Name of the main form = MainForm
Name of sub form = ComplaintAboutsubform
Name of control in sub for = ComplaintAboutNum
Name of list in main for = List52
I have tried something like this
Code:
Forms!MainForm!ComplaintAboutsubform.Form!ComplaintAboutNum = Me.List52.Column(0)
but this isn't right
Name of the main form = MainForm
Name of sub form = ComplaintAboutsubform
Name of control in sub for = ComplaintAboutNum
Name of list in main for = List52