I don't know why I am having a hard time with this simple thing.
I need to make an unbound checkbox on an unbound form (chkactive) True If (Active) which is a yes/no field in tblUserSecurity_Sec is True under these conditions.
Thanks for the Help!
I need to make an unbound checkbox on an unbound form (chkactive) True If (Active) which is a yes/no field in tblUserSecurity_Sec is True under these conditions.
Quote:
DLookup("[Active]", "tblUserSecurity_Sec", "userID=" & Me.txtUserID.Value" & "'") |
Thanks for the Help!