Search results

  1. M

    Me. and DCount

    Could anyone tell me what Me. is used for? e.g. Dim SID As String SID = Me.strStudentNumber.Value and also what is Dcount and what arguments does it take?
  2. M

    Stopping Duplicate Value Entries

    I have a booking form database With a date field. I want users to be warned when they try to enter a date that already exists in the database in order to avoid double booking:confused: ..... all suggestions appreciated:)
  3. M

    Stopping Duplicate Value Entries

    Hi, Sorry if this is a bit wordy...my first time...here goes.... I'm building a booking request database, where users at some stage enter the date for which they wish to book. What I want is that if they enter a date that already exists in that field then they are told this and are taken to...
Back
Top Bottom