Can anyone tell me what I am doing wrong here?
I c
keep getting the same answer either way
Note: LastLogIn is a DateTime Stamp
var
V: Variant;
V:= tblAccounts.Lookup('UserName; Password', VarArrayOf([U,P]),'LastLogIn');
if not (VarType(V) in [varNull]) then
ShowMessage('Account exist!')
else
ShowMessage('Account does not exist');
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.