Hi, want to ask the following
if rs.fields(0).va lue=text1.text and rs.fields(1).va lue=text2.text then
mainform.show
loginform.hide
As you know, above code is part of Login processing. There are two text boxes for user name and password entry. Number (0) and (1) (in above code) refers to access database fields that user names and passwords are stored there. above code works fine for one user only.
...