Search results

  1. JonXL

    How to Allow Username Record Field to Be Foreign Key from Two Different Tables

    I gotta ask... what are you going to use these for? The title and OP indicate these are to be usernames. But don't usernames need to be unique or at least (and perhaps more importantly) tied to a user and not just to one another? By the relationship you are saying you want to set up your users...
  2. JonXL

    Form Fade In/Out

    Would love to see the rounded corner code.
  3. JonXL

    Solved Drop Everything after a Certain Character

    LEFT([Field01],InStr([Field01],"/")-1)
  4. JonXL

    How to Open form as Dialog and then goto new record

    If you'll only ever use the form to enter data, you can set its DataEntry and AllowAdditions properties to Yes, which you can do through the GUI - no VBA needed.
Back
Top Bottom