Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

DLookup for Unbound CheckBox

$
0
0
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.

Quote:

DLookup("[Active]", "tblUserSecurity_Sec", "userID=" & Me.txtUserID.Value" & "'")

Thanks for the Help!

Viewing all articles
Browse latest Browse all 13329

Trending Articles