Search results

  1. pbaldy

    The Tesla Cybercab

    We were looking at new cars recently and some didn't even come with the little donut spare. They provided a can of the flat-fix stuff. Great for a slow leak, worthless if the tire gets cut or something. I put together a full-size spare for my wife's car, which we take on road trips. Some of...
  2. pbaldy

    This will oust the corruption of transgender

    I'd say sure, we'll transfer you to the women's jail...after you've had the operation to lop off your guy-parts. That may cut down on the requests. ;) :oops:
  3. pbaldy

    Solved Concatenate records from a query in 1 line

    In this case I'd wonder if the OP misinterpreted Pat's comments and thought they were supposed to re-post the question in a different forum.
  4. pbaldy

    Solved Concatenate records from a query in 1 line

    This appears to be a continuation of: https://www.access-programmers.co.uk/forums/threads/concat.333066/
  5. pbaldy

    Solved Concat

    You appear to be passing the name of a field that doesn't exist. The function is expecting an array. Is this what you're after? http://allenbrowne.com/func-concat.html
  6. pbaldy

    Abortion

    I was going to say something similar. Are we going to allow the application of Sharia law in the US, since it's their religious belief? Stoning, whacking off hands, and so on? I hope not. If you want to live under that law, move to a country that practices it.
  7. pbaldy

    Force Unbound Check Box to False/No Gray Fill

    I'm glad it helped you!
  8. pbaldy

    Anyone used YOUTUBE TV ? Especially with a ROKU TV

    By the way, there is a somewhat hidden feature that does work with the roku remote. The OK button will pause/resume play, but if you hold it down for a beat it will take you to the last station viewed. Lets you toggle easily between 2 stations.
  9. pbaldy

    Anyone used YOUTUBE TV ? Especially with a ROKU TV

    We use the TV remote, but just tested with a roku remote and couldn't change with a single click.
  10. pbaldy

    Programming

    <begin pessimism> What's the over/under on another new poster showing up and posting a "helpful" link? ;) <end pessimism>
  11. pbaldy

    Greetings from Northern California

    Welcome from over the hill!
  12. pbaldy

    JTBrown New Member of the Forum

    Welcome. As MajP mentioned, I've moved the thread to a more appropriate forum.
  13. pbaldy

    Fire on the mountain

    Yikes! I hope it isn't threatening you or anyone else.
  14. pbaldy

    Solved Equation: If it isn't an error and it isn't Null yet it has no value, what is it?

    I use this: https://theaccessweb.com/forms/frm0022.htm
  15. pbaldy

    Wasteful Spending

    Along those lines is the ridiculous concept of entities asking for a 10% increase in their budget, being granted a 5% increase, and them declaring that their budget got "slashed". The unaware think spending was cut when it wasn't.
  16. pbaldy

    Wasteful Spending

    I had a friend who was IT director at our local university. I went to his office once and noticed stacks of Dell boxes all the way down a long hallway, easily over a 100 computers plus monitors, etc. I commented on it and he said their fiscal year was coming to an end and he had to spend all...
  17. pbaldy

    Amazon as a retailer in non-US countries

    That seems odd, as here in the US their return policy seems pretty good. We have returned items that either didn't work or we just didn't like with no problems. Heck, they make it easy as we can drop off return items at Whole Foods (a grocery chain affiliated with Amazon).
  18. pbaldy

    Wasteful Spending

    I hope for the best, but I'm not sure what they can do other than point items out. The President doesn't have line-item veto, so as far as I know he can't actually cut any spending. He would need Congress to cut the items, and even Republicans like their pork. :rolleyes:
  19. pbaldy

    index & seek

    From Access's point of view it's still a linked table, so I suspect it does. Or you can advise the OP how to get their existing code to work and prove me wrong. Won't be the first time I've been wrong.
  20. pbaldy

    index & seek

    From: https://learn.microsoft.com/en-us/office/client-developer/access/desktop-database-reference/recordset-seek-method-dao You can't use the Seek method on a linked table because you can't open linked tables as table-type Recordset objects. However, if you use the OpenDatabase method to...
Back
Top Bottom