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: stavro
  • Content: Threads
  • Order by date
  1. stavro

    Check for Duplicate entries

    rivate Function NameOK() As Boolean Dim NameCount As Integer NameOK = True If Surname & "" = "" Or Forename & "" = "" Then Exit Function If Surname = Surname.OldValue And Forename = Forename.OldValue Then Exit Function NameCount = DCount("Surname", "mytab"...
  2. stavro

    help with validation in tables

    how do I combine data from field 1 (names) field 2 (dates of birth) to show duplicate entries when both fields are duplicated

Part and Inventory Search

Back
Top