Search results

  1. 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.
  2. 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...
  3. 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).
  4. 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:
  5. 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.
  6. 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...
  7. pbaldy

    Run query

    Is there a reason you don't run the deletes at the end of the process that creates the report?
  8. pbaldy

    index & seek

    It's very inefficient to open a recordset on the entire table and then look for a record. That will be even more of a problem with Azure; you can sometimes get away with it when the tables are local. Most of us would open the recordset on an SQL statement that searched for the specific record...
  9. pbaldy

    Presidential Election Results

    I don't disagree, but I'm going to opt for marital harmony; I'll let you ask her if we ever meet. She's not on this or any forum.
  10. pbaldy

    Presidential Election Results

    No discord, we joke that we usually offset each other's votes. There was a ballot question regarding requiring ID to vote and we both agreed on it. She probably didn't get the memo that she was supposed to oppose it. ;) She probably falls into the conservative Democrat bin, but she hates...
  11. pbaldy

    Presidential Election Results

    My wife went to a Harris rally before the election. In the arrival instructions was (bold theirs, not mine): "To enter, you must provide a government-issued photo ID that matches your name on the check-in list." So you don't need one to vote, just to get in to her rally... :confused:
  12. pbaldy

    We Should Have Contest of Who is the Most Outraged by Trump's Win

    With the overturning of Roe v Wade, it is determined at the state level. The president has no say, other than signing or vetoing any federal legislation that may come down the pipeline. It was sad hearing about "Trump abortion bans" during the election. Fake news.
  13. pbaldy

    Replacement for Outlook

    I use eM Client on my home laptops. Seems to work well for me, I'm not sure what features you're looking for. My needs are pretty basic. I have the free version on one laptop, the paid on another, which lets me have several accounts. The free is limited to one or two if memory serves.
  14. pbaldy

    Combo boxes

    Sounds like cascading combos: https://www.baldyweb.com/CascadingCombo.htm
  15. pbaldy

    Hello Guys. i Need Help!

    Given the lack of replies, it may help if you can attach a sample db here that exhibits the problem.
  16. pbaldy

    Howdy!

    Welcome aboard!
  17. pbaldy

    Hi!

    Welcome aboard!
  18. pbaldy

    Hi to all!!!

    Welcome aboard!
  19. pbaldy

    Harris/Walz Ticket

    Yeah, I got accused of that during Obama's campaigns (the racist part anyway). You can't just disagree on the policies, it must be because you're racist. :rolleyes:
  20. pbaldy

    Option group not working

    Happy to help! Since the form stays open, rather than having your code open it, set the Filter and FilterOn properties as appropriate to the selection.
Back
Top Bottom