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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.