Recent content by Bratvold

  1. B

    Getting current user name (not signon name)

    Environ("UserName") is the computer signon name I'm needing the user account name from the Access signon. Thanks.
  2. B

    Best way to automatically add records to a table (i.e. trigger)

    That worked. I would like to maintain the forced integrity, but if I can't...I can't. Thanks.
  3. B

    Best way to automatically add records to a table (i.e. trigger)

    The main record is going to be added in a form, but what I'm finding is that the related records can't be added until the main record is added (I have relationships setup). That's a catch 22 because in order to finalize the record I have to leave the form.
  4. B

    Best way to automatically add records to a table (i.e. trigger)

    What is the best way to detect a new record in VBA code? .newrecord isn't exactly what I want either. What I want is when a record is added to a table I want to automatically add 4 records to another table. Thanks.
  5. B

    How can I press enter in a textbox and create new lines

    How can I tell a textbox to insert lines into the box instead of leaving the box and moving to the next object? Thanks.
  6. B

    Hello....long time viewer...first time poster

    Thank you. Worked like a charm
  7. B

    Hello....long time viewer...first time poster

    First of all...this forum is nice! Lots of information. It's been a great help for me already. Now my problem. I have 2 forms. The main form and then another form I want to pop up when I need more information. I'm a little confused on how to do this. Do I have to create a new instance of...
Back
Top Bottom