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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by scoobydoorj45

  1. scoobydoorj45

    how do i get my program to use exel as a database

    I would like to setup a login for users into my program. I have already done this, but the username and password is encorporated into the code like this: Private Sub cmdOK_Click() If txtUserName = "til" Then LoginSucceeded = True Else MsgBox "Invalid username, try again!", ...
  2. scoobydoorj45

    how to create log files

    that creates the log, of whatever is in the " ", how do I create a log of something that changes. eg log of users logging in. heres some code i've been playing around with: Private Sub cmdOK_Click() If txtUserName = "til" Then LoginSucceeded = True Else MsgBox "Invalid username...

Part and Inventory Search

Back
Top