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

Search results for query: *

  • Users: jstoto
  • Content: Threads
  • Order by date
  1. jstoto

    Type Mismatch in Password form

    Below is the code for my cmdOK box in a form called Password. I have a tbl called Security that Password reads the username and password from to validate. In the form I have two text fields called Username and Password and 2 cmd buttons called cmdOK and cmdCancel. In the table there are 3...
  2. jstoto

    Duplicate Entries in Report

    Below is my SQL statement for a report I have. I added the DISTINCT so that when it finds a duplicate entrie but it still does not work. Can someone help with this PLEASE. SELECT DISTINCT [tblEnduser].[EU_EID], [tblEnduser].[EU_NAME], [tblEnduser].[EU_Phone], [tblEnduser].[tblroom]...

Part and Inventory Search

Back
Top