Recent content by antimoneylaundering

  1. A

    Users creating blank records when clicking new record on navigation form

    Without going into too much detail. The users work based off of a procedure id. The procedure id CS06. Oddly, nobody has the actual titles memorized; they fall apart if they don't see the id. I learned that one hard way. When the form is closed it automatically saves. If I open the form and...
  2. A

    Users creating blank records when clicking new record on navigation form

    They are able to view and edit previous records. Obviously not ideal, but they make a lot of mistakes. I'm a VBA newbie so this may be totally wonky. This is code I have for the command button click on my Welcome form. Private Sub cmd_open_frm_cs06_Click() DoCmd.OpenForm "frm_cs06"...
  3. A

    Users creating blank records when clicking new record on navigation form

    When a user opens the database the Welcome form opens. The Welcome form has command buttons; when clicked, they create a new record on the corresponding form. They have been clicking the wrong button, going to the wrong form, closing the form, and creating a blank record. I don't want them to...
  4. A

    Hi

    Hi! I've been using Access and completely winging it for ~2 years. I've probably done some really stupid things. I built and maintain an Access database for my company. Unfortunately, nobody in my company knows how to use Access so I've been reading forums, watching Youtube videos, and banging...
Top Bottom