How to write set of code for password in module

i mean it works fine now. I am so careless in typing.
sangpo
 
pr2-eugin

Don't you mean DLookup not DCount.
 
RainLover, I know it sounds really crazy, but the OP has a table called UserT which has field UserID and passWord.. Which have data as,
Code:
[B]userID    passWord  [/B]    
1234      1234     
dra       dra     
kunzang   kunzang     
qc        qc 
sangpo    sdpthealth
the OP is not looking to match Passwords with the UserID, but just seeing if a password exists in the table.. if user 'qc' types in password as 'dra', it can be accepted.. Though DLookUp works, DCount works the same way in this case.
 
Sounds strange, but as the user is just trying to learn code then go for it.
 

Users who are viewing this thread

Back
Top Bottom