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 Wanet Telecoms Ltd 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 ford0067

  1. ford0067

    I need help in joining two SQL sele

    Kay, I think all you need to do is expand your where clause. Your query should look like this: stcnQL2 = "SELECT * FROM tappointments where custname='" & Text12.Text & "' and custphone='" & text13.text & "'" No need to do a join because all your info is in one...
  2. ford0067

    Custom Shared Login Screen

    OK I am really looking for opinions on the best way to do this. Here is the situation: I am looking to build a custom reusable interface screen to do logins on our intranet. I want all of our applications to have the same interface, but I don't want to rebuild the login screen and all of the...

Part and Inventory Search

Back
Top