Jimsta
02-11-2004, 09:31 PM
As mentioned before I've now modified it to use user forms ( makes it so much easier to interact with !! ). My user screen ( referenced as UserMenu in the project explorer) consists of three options that can be selected, one which is Existing user.
If Existing User is clicked, what happens is the login screen (referenced by UserLogin) appears for the existing user to login to the library database. The login screen consists of two textfields to enter name and password in as well as a button to click to login(called login).
Upon typing the username and password, what the coding does is it searches through the columns of the excel worksheet you opened up the VBEDitor through to validate the information.
If the details are correct, the search engine screen pops up and hence u can search from there.
Now the problem is that when i click the "login" button, the search engine userform won't pop up . My concern is that I think i might not be opening up the worksheet properly( that is The worksheet i launched VBEDitor from) and referencing the methods appropriately. Am I right or is there something Ive missed out on :confused: :confused:
Ive only attached the code for the UserLogin controls for analysing (since they won't let me upload xls file extensions
)
If Existing User is clicked, what happens is the login screen (referenced by UserLogin) appears for the existing user to login to the library database. The login screen consists of two textfields to enter name and password in as well as a button to click to login(called login).
Upon typing the username and password, what the coding does is it searches through the columns of the excel worksheet you opened up the VBEDitor through to validate the information.
If the details are correct, the search engine screen pops up and hence u can search from there.
Now the problem is that when i click the "login" button, the search engine userform won't pop up . My concern is that I think i might not be opening up the worksheet properly( that is The worksheet i launched VBEDitor from) and referencing the methods appropriately. Am I right or is there something Ive missed out on :confused: :confused:
Ive only attached the code for the UserLogin controls for analysing (since they won't let me upload xls file extensions
)