R
Ripper
I trying to get a form to open in add mode with the LocID populated. I tried
to following code to get it to open and it opens with the LocID in the
correctplace, it is just not in add mode. Anyone willing to help?
Private Sub Command29_Click()
On Error GoTo Err_Command29_Click
Dim stDocName As String
stDocName = "frmIssAddAdmin"
DoCmd.OpenForm stDocName, , , "[LocID] = " & Me.LocID, acFormAdd
to following code to get it to open and it opens with the LocID in the
correctplace, it is just not in add mode. Anyone willing to help?
Private Sub Command29_Click()
On Error GoTo Err_Command29_Click
Dim stDocName As String
stDocName = "frmIssAddAdmin"
DoCmd.OpenForm stDocName, , , "[LocID] = " & Me.LocID, acFormAdd