Search results

  1. L

    How to require entry in a field on a subform?

    I haven't been able to figure out the code to require entry (for a new record) in a field on a subform - anyone can help with this? The situation is a contacts database, and each new contact should have a (or multiple) Person Roles entered as well, which is their relationship to the organization.
  2. L

    weird error message on prevent duplicate name entry

    So now, I'm using the code below to prevent duplicate name entry and it is working great - EXCEPT when I enter a first or last name which contains a ' (ie, O'Tool, O'Malley, O'Hern)...anyone got any ideas for me on how to make this not happen? The error I get is: Run Time error '3075' Syntax...
  3. L

    Prevent duplicate first & last name entry

    Have read through all the threads related to this topic and can't find anything to help. Just want a message box to pop up after entry of first and last names in a form if the string already exists in the database. DLookup works wonderfully for validating on one field, but adding the second...
Back
Top Bottom