Search results

  1. I

    Forms being bonkers??

    Thank you! I will take a look! I am more than happy if it wants to do the work for me I just can't figure out how it did it since 2019 and 2020 have different BE's... Although each of the users with a FE Plaza 2019 share the same BE... Maybe when I updated one of them it decided to do the rest...
  2. I

    Forms being bonkers??

    Yes- I am doing the update straight to the form itself. On this form they only use it when entering a record that does not currently exist in the table. The form has a drop down restricting them to only select from a handful of departments where this would occur. Their normal form the...
  3. I

    Forms being bonkers??

    Sorry I couldn't think of a better thread title... I have around 80 front end files for different users at different facilities, each with a 2019 and 2020 database per facility location. Users at one of the facilities needed a department added to a combo box on a form where they create a new...
  4. I

    Text box required if Check box is selected on Form

    Ok- I think I have it figured out and it seems to be working so far. I think I was over thinking it a bit. I had to go re-read that post (I may have only skimmed it the first time through) and one other. Private Sub Form_BeforeUpdate(Cancel As Integer) If Me.Physician_Issue = True Then If...
  5. I

    Text box required if Check box is selected on Form

    Thanks, now I understand why it was clearing the check box! I am still not sure how to make the msgbox wait to run until the user clicks save rather than as soon as they mark the box. Maybe applying it to the form instead of the checkbox itself?
  6. I

    Text box required if Check box is selected on Form

    Hi! I am working on a new database and the manager has a request that I am having issue with. There are 3 check boxes each with a corresponding text box. When a user marks the check box "yes" on the form, the text box needs to become required. Check boxes: Coder_Issue Physician_Issue...
  7. I

    New Member

    Hi!
Top Bottom