Search results

  1. RonPaii

    Outlook365 Classic is broke

    Another symptom I saw on a computer with the problem. In the start menu you will see Outlook and Outlook (classic). The problem computer showed both Outlooks and the correct icons but (classic) was missing. After the online repair, (classic) was back and Outlook classic worked correctly.
  2. RonPaii

    Outlook365 Classic is broke

    Has anyone else seen a problem with Outlook365 classic not able to connect and flashing a empty box. I asked Google "Did Microsoft break Outlook365 classic today" Yes, as of March 17, 2026, Microsoft reported that a previous build of Outlook 365 Classic is broken for users who have the...
  3. RonPaii

    Solved Code not save when at runtime

    While Microsoft is working on version control for Access, it is obvious that Access is a low priority. That being said, 3rd party add-ins are available to greatly improve developing in Access. I use the joyfullservice add-on; when combined with GetHub, it gives me the same version control...
  4. RonPaii

    St. Paddy's Day conundrum

    Tuesday, Corned beef, Irish soda bread, and Guinness Extra Stout. On Wednesday Rubens.
  5. RonPaii

    St. Paddy's Day conundrum

    I have had Ruben pizza, no reason a toco shell can't be used.
  6. RonPaii

    Solved Code not save when at runtime

    When experimenting, make a copy of the dev FE and work away keeping track of the changes so you can add them to production. With source control add a branch and work on that branch. If the experiment works, merge back into the production branch.
  7. RonPaii

    Zooming Feature Now in Access 365 Beta Channel

    Will this eliminate the need for automatic form resizing module?
  8. RonPaii

    Open file dialog to specific folder

    This is the function I use. Check out the 2 links to Microsoft help. Photo1 = FileDialog("Pick Photo", "M:\Job Photos\" & CustomerID.Column(1) & "\" & JobNumberFormatted & "\") '----------------------------------------------------------------- ' Display windows file dialog box ' '...
  9. RonPaii

    Favorite Quotes

    We start warming up in March so heavy snow this time of year is normal. What is surprising is how many locals for get that. Some of the stores removed winter equipment if favor of spring. A few weeks ago the lakes ice was able to support cars for the annual sturgeon fishing season.
  10. RonPaii

    Favorite Quotes

    2 days ago this was grass.
  11. RonPaii

    Multi-board Kanban in the Edge browser control

    I am experimenting with this, making the back log visible to all boards. Assigning it to a board by dragged to to-do.
  12. RonPaii

    Continuous form with columns

    Are you look to display a 4 x 4 matrix of check box controls along with a label for each. 16 check boxes and 16 labels? If yes, an un-bounded form or sub-form may work. In the on-current event fill the values. In the after-update event, update the tables.
  13. RonPaii

    Favorite Quotes

    Some Wisconsin address begin with a letter followed by a number. This gave Google map fits until a few years ago.
  14. RonPaii

    Rubberduck is not dead

    I did a little more research, twinBASIC extends and replaces VB6 and VBA compiling to executable. The dll can be used by Access but does NOT replace Access VBA. RubberDuck does not extend or replace VBA only the editor, running as an add-on to Access.
  15. RonPaii

    Rubberduck is not dead

    twinBasic looks like a VB6 upgrade, where Rubberduck is VBA. Or am I misreading the intro for those systems?
  16. RonPaii

    Save the clipboard history for reuse

    I like the Listener feature of your code. For simple pasting to and copying from the clipboard, I have been using a function from the spreadsheetguru using HTMLDocument instead of API calls. I use it as part of a BeforeUpdate event to save a corrected version of the text, allowing the user to...
  17. RonPaii

    Multiple sub form problem

    You could use a table with all your commands then use a cross tab query to spread them as wide as you want as the source of your dashboard form. The on click event would get the current command and call you programed actions.
  18. RonPaii

    Favorite Quotes

    Manitowoc, a city in Manitowoc county, Wisconsin MAN-it-ə-wok
  19. RonPaii

    Is AI Your Buddy, Your Assistant, or a Necessary Evil. With the Access Pacific Chapter

    I use Copilot to assist adding a function to logout of a website when the form containing the edge browser control closed. None of it's solutions worked but it did point me to a working solution. I started by copying the section of the page with Sign Out into Copilot and asking how to click the...
  20. RonPaii

    20266 Operation not supported

    In more restricted environment, the network administrators would need to push out the registry edits using group policy or a management app.
Back
Top Bottom