I am getting compile error, variable required, can't assign expression on the stremplid of If Len(strEmplID) > 0 Then.
here is what I am opening the form with
Private Sub Open_Client_Info_Click()
DoCmd.OpenForm "frm_client_info", acNormal, , , , acFormAdd, [Empl_ID]
End Sub
and here is the...