Search results

  1. Rich77

    Solved Open a form using just VBA

    Again, thank you all for your input. Regards Richard
  2. Rich77

    Solved Open a form using just VBA

    GREAT this works fine. You make me very happy,Yes!!! Regards Richard
  3. Rich77

    Solved Open a form using just VBA

    Hi Colin, Thank you very much for your input!!! This might help me in some other cases, I'll remember this solution. In my case however my subform is not connected to a form so "SubFormControlName" will not work. My "Sub"-form is in fact a form, oeps. Later on, when it is working proper, I'll...
  4. Rich77

    Solved Open a form using just VBA

    Thank you all for trying to help me, but I can't get it to work... and... I'm just curious if it works. I know there are better methods. The answers confuse me a bit. What should be the complete code for "on load"? I want to run the query “Qry_004_Settings_Admin” while calling the form. Private...
  5. Rich77

    It is always good to think out of the box...

    It is always good to think out of the box...
  6. 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...
  7. Rich77

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

    Great, that's what I'm looking for. Works fine, thanks, Richard
  8. Rich77

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

    Sorry, I'm new and posted this thread in the wrong forum. I posted now in the Forms-forum.
  9. 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...
  10. 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