Search results

  1. GPGeorge

    Solved problem opening a .csv file in excel - dates all messed up

    This may not help, but I thought I'd mention it in case there's something you can take from it. We had a client that needed to import csv files into their accounting system. However, the source files were in a proprietary format exported by a different system. We used Access to open the...
  2. GPGeorge

    The records not sorted by the record ID field in ascending order in a continuous form after adding new records

    I agree. Whatever you did here doesn't address the real, underlying problem. Records in tables have no inherent sort order. To impose a sort order in a form -- such as the one in your screenshot -- you have to designate one yourself when you bind the form to a recordsource. If you do not...
  3. GPGeorge

    want to come to an online user group meeting?

    The video from the July 3rd meeting of Access Pacific is available now on YouTube: Geoffrey L. Griffith shared and demoed two Access add-ins he created for the Access community. After the demo, the group participated in a live round of testing and the inevitable debugging which followed. It's a...
  4. GPGeorge

    want to come to an online user group meeting?

    I'm still learning my way around over there, so I'll have to follow your steps to see what I can learn. Thanks.
  5. GPGeorge

    want to come to an online user group meeting?

    What does "whoops" mean? Can you not create an account there?
  6. GPGeorge

    New Here

    Hi Ken. You'll find this a great community. And I'm sure your contributions here will be as valuable as they have been at the soon-to-be-departed Answers site.
  7. GPGeorge

    Solved Data Change Table - Best Practices?

    If it can change once, it can change 20 times. An alias table is the safest solution.
  8. GPGeorge

    Solved External Database Update Connection String

    What is the problem you need to solve? You have this code. What is wrong with it? Details are always a good way to help people understand what you are really asking. As is, it's just a piece of code that does work, but isn't somehow what you need, I guess? Thank you.
  9. GPGeorge

    Migrating Northwind Developer Edition to PowerApps

    I have now published 9 videos on YouTube on the project. I'm about to pull one of them down though. It turns out that during the explanation of things I'd done, I found at least one important flaw that needed to be corrected. It's funny how the process of explaining something often exposes one's...
  10. GPGeorge

    I Don't Even Code at All Anymore.

    https://www.merriam-webster.com/dictionary/mollycoddle
  11. GPGeorge

    What all are the features that do run in Ms Access Application. Not in Runtime?

    The runtime is, just as the name suggests, used to execute your application. That excludes the design elements found in the full version. So, your users couldn't create new VBA procedures, to take an obvious example. I don't know if you could write code that created objects on the fly, but that...
  12. GPGeorge

    Access vs Comercially available databases

    Think of it as full disclosure, transparency, etc. All those things we want other entities to espouse.
  13. GPGeorge

    Access vs Comercially available databases

    "PeopleSoft". Hmm. Why does that sound SO familiar? ;)
  14. GPGeorge

    Access vs Comercially available databases

    One more, perhaps relevant, story along the same lines as the others. More than 30 years ago I created my first Access database. It was minimally functional but it did demonstrate the power of automating a process. After a year or two, we decided to seek assistance from IT to correct some...
  15. GPGeorge

    Inserting Photo's to specific forms and linking to a file

    Concatenate the full path and filename. But on the basis of that limited info, it's hard to be very precise in how you do that. Show us, please, the entire VBA procedure where you need to use the image. Also, I think you're making a mistake in how the image names are stored. It looks like...
  16. GPGeorge

    Button Bugs

    Oh, I know why. I've always been "special". Seriously, it doesn't bother me that much not to have the display available. I know which channel I'm on anyway.
  17. GPGeorge

    Button Bugs

    It's never appeared in either of my M365 installations that I can recall. Is there a way to configure it so it does appear? Or is that an artifact of being on beta channel?
  18. GPGeorge

    Button Bugs

    "that info "?
  19. GPGeorge

    Button Bugs

    You'll find it here:
  20. GPGeorge

    Gemini CLI ------ WOW!!!!

    At this point, I think complaints about imperfect results from AI LLMs fall into the same category as complaints about imperfect advice from other humans. Yup, mistakes can happen. Do your own due diligence. Trust but verify. All those cliches apply. In other words, perhaps we've read too many...
Back
Top Bottom