Search results

  1. D

    Error 3315

    For a long time, we've had no issue with this, but we've been getting this error a few times now, and I'm not sure what's going on. Just in case, I checked my table: Here's the segments of code I use for this: Option Compare Database 'Username used for updating several forms Public...
  2. D

    Solved Convert these macros to VBA?

    Hello all and Happy New Year! In the database I built in 2019, I created macros for the two main forms to 1) save current record as PDF or 2) print current record. I know there's that button that will convert a form's macros to VBA, but I don't want all of them converted. Here's screenshots of...
  3. D

    Solved 'Refresh' form after changing a table field

    Hello, I tried searching the forums, but unfortunately I don't think I have the right terminology for it. In the past when I've changed a field on a linked table, like long int to decimal, or short text from 255 to 30, or added a validation rule, etc., I've had to delete the corresponding text...
  4. D

    Solved Message box appears at designated time?

    Hello, it's me again. Sorry :LOL: There's a few things I want to ask about, but I suppose this topic will be first. I searched for my topic on these forums, but didn't find anything. If I missed a thread, please point it out. Thanks to theDBguy, I added a button on my database's main menu (on...
  5. D

    Solved Unable to save form record

    Hello! I'm not sure if this is the correct forum to post this, but here it goes: I have a database that uses (mainly) two forms: Work Orders, Purchase Orders. I modified their tables, only to reverse all of them, because in testing some new VBA code (After_Update) that updates a record with the...
Top Bottom