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

    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.
  10. pbaldy

    Combo boxes

    Sounds like cascading combos: https://www.baldyweb.com/CascadingCombo.htm
  11. 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.
  12. pbaldy

    Howdy!

    Welcome aboard!
  13. pbaldy

    Hi!

    Welcome aboard!
  14. pbaldy

    Hi to all!!!

    Welcome aboard!
  15. 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.
  16. pbaldy

    Option group not working

    If the form is already open, change its FilterOn property to False in your code.
  17. pbaldy

    Resting on my laurels

    I get something similar, a small area of multi-colored blinking lights that over 15-30 minutes grows until I can't see it anymore. No pain or anything, but the eye doc said it was "ocular migraines".
  18. pbaldy

    Resting on my laurels

    Good job!!
  19. pbaldy

    Refresh Listbox Query

    In the change event, you have to use the .Text property: https://www.baldyweb.com/ValueText.htm
  20. pbaldy

    access database running on sql essentials

    Welcome aboard! When you can clarify the issues, feel free to start a thread in the Forms forum.
Back
Top Bottom