how-pass-variable-one-form-another-form

PHOTO EMBED

Wed Feb 08 2023 14:24:27 GMT+0000 (Coordinated Universal Time)

Saved by @paulbarry

DoCmd.OpenForm stDocName, , , stLinkCriteria, stSerial
 
Private Sub Form_Open(Cancel As Integer)
    If Not IsNull(Me.OpenArgs) Then
        Dim stSerial As String
        stSerial = Me.OpenArgs
        Me.txtSerial = stSerial
    End If
End Sub
content_copyCOPY

https://bytes.com/topic/access/answers/915329-how-pass-variable-one-form-another-form