Latest activity

  • I
    you can Save all Reference to a Table (including the GUID). when you copy and Open the new db, there will be a startup code. to...
  • The_Doc_Man
    What IS for the courts to decide is whether whatever is happening is consistent with existing law. It is true that SCOTUS isn't...
  • Ken Sheridan
    Ken Sheridan replied to the thread Rounding Issue.
    Strange. It's the Int function which is returning -248 rather than -247 when I step through the code. I would not usually use the...
  • The_Doc_Man
    The_Doc_Man replied to the thread Torstein Krogh intro.
    @RonPaii We had a complete set of manuals at the University of New Orleans for the IBM OS/360, which filled up two six-foot pre-fab...
  • The_Doc_Man
    Feasible, yes. Simple, maybe. The question is, does the keyboard still work when you get into the bad situation? If so, you can do...
  • I
    imjosh replied to the thread Using AI to speed up development.
    I use Cursor, which is an AI editor and coding agent based on a heavily modified VS Code fork. It has an exceptionally fast &...
    • Cursor AI.png
  • E
    EzGoingKev replied to the thread Rounding Issue.
    @Ken Sheridan - I am working with (35) numbers. I used RoundUp([MyFieldName], 0.01) It did (34) of them correctly. For some reason...
  • The_Doc_Man
    At least in theory, unless you have diddled with some setting I don't know about, making a change to the code text of a module triggers...
  • Cotswold
    I would have thought that Alt+Ctrl+Delete would be the only option. But would you want to tell your client to use that? I always took...
  • Ken Sheridan
    Ken Sheridan replied to the thread Rounding Issue.
    Many years ago I put together the following function with the help of New York mathematician James Fortune: Public Function...
  • Cotswold
    Cotswold posted the thread Premium Bonds in Debates.
    I see that NS&I are reducing the odds of a win by 5% from April 26 and reducing the interest rate payout from 3.6% to 3.3%. This is when...
  • RonPaii
    RonPaii replied to the thread Date handling.
    What is not working? What have you tried. Access dates include time unless you take pains to remove the time. Today does not end until...
  • T
    tvanstiphout replied to the thread Rounding Issue.
    I set a breakpoint on the last line, and then ran Roundup(1.87, 2) Using the Immediate window (Ctrl+G) I test the intermediate...
  • T
    tvanstiphout replied to the thread Date handling.
    Remember that Access is created by Microsoft, a US company. So you must use the US date format (or ISO) when using literal dates. But in...
  • E
    EzGoingKev replied to the thread Rounding Issue.
    I am not sure what you are asking?
Back
Top Bottom