Recent content by KevinBaker

  1. K

    Reports on Runtime

    Yeah, I checked this and both are opening in Print Preview.
  2. K

    Reports on Runtime

    I'm using Access 2016 Runtime, on one report I have the zoom in at the bottom right side, then on another report it's not there. What controls this?
  3. K

    Notepad Updated

    I didn't like the update either, but you have options.
  4. K

    Northwind 2.2 Global Error Handlers vs vbWatchdog

    Yeah, that's great advice. Thanks!
  5. K

    Northwind 2.2 Global Error Handlers vs vbWatchdog

    Oh, I see what you mean about the code in the DAO library. I think at some level adding the error handling may help me write better code or at least give me a better understanding of the code I have.
  6. K

    Northwind 2.2 Global Error Handlers vs vbWatchdog

    Thanks Josef P. I do like the information (most of it I don't understand) in vbWatchdog. I haven't found much in the way of tutorials and the help is full of info, just a bit over my head. After watching the video from Tom I felt like I better understanding of adding my own error handling...
  7. K

    New IronWolf Pro HD from Amazon

    Thanks Uncle Gizmo pbaldy - I talked with Amazon. I'm still searching for a way to contact Seagate directly, but I'm hopefully they will do what Lenovo did for you. Thanks for this info!!
  8. K

    Northwind 2.2 Global Error Handlers vs vbWatchdog

    Hi Everyone! I watched the video today with Tom and Kim about the Global Error Handlers update coming in Northwind 2.2. My backstory. I starting rewriting (in Access) a 20+ year application written in Paradox about 2 years ago. I was kind of new to Access, so we decided to just use...
  9. K

    New IronWolf Pro HD from Amazon

    I ordered and received 4 - 14TB IronWolf Pro hard drives from Amazon. The manufacture date on the drives was 9/2021. I go to Seagate's website and register each drive, which will show the end date of the warranty. The listing on Amazon show these drives come with a 5 year warranty, however...
  10. K

    Solved Help with RecordsetClone

    This is a form that works like a check register and it does store the running balance, which is a calculated value. I know storing calculated values isn't wise, but it's what I've got to work with at the moment, however I only calculate or re-calculate balances when necessary. This code is...
  11. K

    Solved Help with RecordsetClone

    I clear the balance field, which it turns triggers some recalc code
  12. K

    Solved Help with RecordsetClone

    Thanks MajP, will apply your recommendations. SF is just a var I use for the SubForm. On the Parent I have this Dim SF As Form_frmChecking_sub And set it on form open
  13. K

    Solved Help with RecordsetClone

    I've got a form with a Continuous Subform. I've got a Delete button that will delete the currently selected record on the subform. Before the record is deleted I'm trying to get the ID of the previous record if one exist or the next record. Of course if there is only one record in the...
  14. K

    Mouse Wheel with RTF Field

    I have a form with a RTF field and the mouse wheel does nothing, if I change the Text Format to Plain Text, mouse wheel works. Is this a bug or do I have something set wrong. I'm running Access 2019. I've seen the API fix for previous versions, but didn't want to add that code if I didn't...
  15. K

    Allen Browne's ConcatRelated

    MajP - Your first recommendation worked. I pretty sure I tried that myself, but I must have had something wrong. Thank you all for your help and insight.
Top Bottom