Recent content by Cotswold

  1. Cotswold

    What's your best/worst joke?

    After a funeral many nice things are often said about the deceased. It is sad that they had to miss hearing it all by just a few days."
  2. Cotswold

    What's your best/worst joke?

    "What do gardeners and golfers do when they retire?"
  3. Cotswold

    How would one Break out of one's own run time programme?

    Maybe a few more error handlers in Functions & Subs to display the error on the screen as the user proceeds through the program. One easy way is to stick advancing numbers through the code that the error message can show along with the message. The developer can then look at that actual location...
  4. Cotswold

    What's your best/worst joke?

    "Personally, I don't think there's intelligent life on other planets. Why should other planets be any different from this one?"
  5. Cotswold

    How would one Break out of one's own run time programme?

    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 the view that the less they knew the better and whatever they do you should be in control of anyway.
  6. Cotswold

    Premium Bonds

    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 interest rates are held or rising outside their little world. I don't know about anyone else but I reckon that the prizes started to reduce in 2024 and that...
  7. Cotswold

    Split up data

    another way is using string handling mVar1 = Len(Trim(Field)) mVar2 = instr(field,",") mVar3 = instr((mVar2+2),Field,Space(1)) mNew1 = left(field,(mVar2-1)) mNew2 = mid(field, mVar2+2, 2) mNew3 = Right(trim(field),mVar1-mVar3+1)
  8. Cotswold

    No need for table fields on a form

    Correct, it isn't an issue, it never was an issue. I thought I'd explained why I posted in #1 & #5. Basically it is something I've done since A97.
  9. Cotswold

    No need for table fields on a form

    excellent
  10. Cotswold

    No need for table fields on a form

    I often think that your own way of doing most things is the better way. A bit like other peoples kids, who are always more of a damn nucance than yours hve ever been!
  11. Cotswold

    No need for table fields on a form

    I wasn't aware of that fact, hence the post.
  12. Cotswold

    No need for table fields on a form

    After all of the years using Access, the other day I accidentally dropped on something I had never come across before. I have always used form variables as memory variables. Mainly just because I can in Access and also so I can easily see them if I need to. I will store what otherwise would be...
  13. Cotswold

    Solved Calculate from previous record in a datasheet, or continuous form

    I would like to calculate the difference between a field in one record to the same one in the previous record in a datasheet. basically on the the 1st record I want to show the number of days back to the second and so on 1st record 12/03/26 =2 2nd record 10/03/26 =1 3rd record...
  14. Cotswold

    Citizens United v. Federal Election Commission, 558 U.S. 310 (2010)

    A question that constantly reiterates itself: Is Gwyneth Pratrow a shilling short of guinea?
  15. Cotswold

    Today's Environmentalists Are Really Luddites

    Nothing changes..........unfortunately
Back
Top Bottom