Recent content by Brutuss

  1. B

    Numerous Entries to a textbox

    The notes are stored with the records and recall just fine. I need a way to make the task easier - especially for the repetitive [and sometimes long] entries. These are NOT in-house discreet notes, they are instructions for customers that are eventually inserted on the order form. Everything...
  2. B

    Numerous Entries to a textbox

    The notes entered manually by hand "store and recall" with the records just fine, and have for 5 years. They also inseert into the order form just fine when it is generated. All I am looking for is a much simpler way of entering the notes, especially for repetitive entries without having to...
  3. B

    Numerous Entries to a textbox

    I have a "Notes" section on my main form. Notes can be typed manually, or pre-formatted note entries can be entered by calling up a sub form, selecting a note from a drop-down list and it automatically inserts. The only problem is my drop-down list will only enter one selection. If I need more...
  4. B

    Log in user name and password

    This is simple, but it works for me: Create a Table (ie "Users") with ID, Name Password columns. Create a small form that will accept and password entries typed into an unbound textbox called "Password". Place the following code behind the "BeforeInsert" event: ============== Private Sub...
Back
Top Bottom