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!

Search results for query: *

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

    find multiply records

    Hi i have a table with 10000 records and i want to find the multiply or the double records.Can anyone tell me how can i find this records without checking all the the records one by one thanks
  2. GSir

    form validation

    i have made a form for searching and i took the code from the Thread702-563930 my code now its look like this: Private Sub cmdSearch_Click() Dim strSQL As String, strOrder As String, strWhere As String Dim dbNm As Database Dim qryDef As QueryDef Set dbNm = CurrentDb() strSQL =...
  3. GSir

    mail labels

    Hi i have make a database with one table with nine fields. id,surname,firstname,address,city, zipcode,etc.. and i will like to have a search form wich when i type a part of the surname,firstname,city,address and zipcode the results will preview in mailing labels. Can anyone please tell me how...
  4. GSir

    From a search form to mailing labels

    Hi i have make a database with one table with nine fields. id,surname,firstname,address,city, zipcode,etc.. and i will like to have a search form wich when i type a part of the surname,firstname,city,address and zipcode the results will preview in mailing labels. Can anyone please tell me how...

Part and Inventory Search

Back
Top