The pieces of codes I have so far are:
To change the SourceObject from the main form
Me.[SubItems].[SourceObject] = "frmCalibTiming"
To open the view details in a separate form:
Dim strWhere As String
strWhere = "[ProductID]=" & Me![Product_ID]
DoCmd.OpenForm "frmEditCalibration", , , strWhere
I guess what I am trying to do is a combination of this codes. Any
step-by-step guide is appreciated.
Thank you,
Silvio
Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia
"Silvio" <Sil...@discussions.microsoft.com> wrote in message
news:B077AB63-3E6C-4CEE...@microsoft.com...