I have tried to pass on a string to a new form using the OpenArgs, but, being new to all this, am unable to see what is wrong with the syntax. This is the code for the open:
Private Sub cmdTask_Click()
DoCmd.OpenForm stDocName, acNormal, , , , , "new"
End Sub
and this is the code where I...