I need some help! I am trying to open a form with a DoCmd.Openform "frmname",,,strcriteria. The strcriteria is DIM as string with a value of strcriteria = "[txtUserId]=" & Me.txtLoginName
The txtUserId is the bound field on the frmname and the txtLoginName is the combo box selection on this...