Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help to undestand DCount() 2

Status
Not open for further replies.

47redlands

Programmer
Mar 9, 2010
62
GB
I need some help with DCount method, what is it doing and what is its return value?

DCount("*","qryLogin")=1
DCount("*","qryLogin")<>1

I am using it to login into a system but not sure how it works, could someone explain the above two codes thank you.
 
Help to undestand DCount()
Place the cursor inside the DCount word in your code and then press the F1 key.

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
the return on these statements will be true/false
Code:
DCount("*","qryLogin")=1
DCount("*","qryLogin")<>1

is dcount =1
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top