Search results

  1. JonXL

    Solved Drop Everything after a Certain Character

    LEFT([Field01],InStr([Field01],"/")-1)
  2. 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