Search results

  1. Rich77

    Solved Open a form using just VBA

    Just out of curiosity: A form is usually based on, for example, a table or a query. You then enter the name of that table or query on the second tab (in this case “Qry_004_Settings_Admin”) and the form will then retrieve the records when opened. Question: Is it also possible to NOT enter...
  2. Rich77

    Exclude a character (Apostrophe) in an input field of a form

    In a form, an apostrophe may not be used in an input field (all other characters do not cause a problem). There are 2 options to solve this: 1. If the apostrophe is used, it will automatically be replaced by an underscore (with action "Replace"). 2. If the apostrophe is used, a messagebox will...
  3. Rich77

    Solved Exclude a character (Apostrophe) in an input field of a form

    In a form, an apostrophe may not be used in an input field (all other characters do not cause a problem). There are 2 options to solve this: 1. If the apostrophe is used, it will automatically be replaced by an underscore (with action "Replace"). 2. If the apostrophe is used, a messagebox will...
Top Bottom