Search results

  1. snow-raven

    Greebles or network changes?

    I swear it's been working for months, but it's hard to argue that it shouldn't have. Luckily, fixing it also solved today's fun Microsoft Trust Certificate issues, which miraculously evaporated when I stepped through it. Thanks for your help!
  2. snow-raven

    Greebles or network changes?

    I have a really hard time sometimes figuring out why code that has worked for years suddenly stops working for apparently fundamental reasons without my making any changes to the database. For this one, I have a form code that essentially copies table data from one database to another while...
  3. snow-raven

    Solved Unbound List Box value not updating, but display does

    Thanks, MajP! Your ItemData(0) got me exactly what I want from my list box. Which is a list box & not a text box because, reasons.
  4. snow-raven

    Solved Unbound List Box value not updating, but display does

    I have an unbound form with unbound lookup boxes looking up from several tables/queries. The lookup functions are correctly returning a visible in my list boxes, but I can't seem to grab that list box values to use in my code unless I select the list box with the mouse. Selecting in either of...
  5. snow-raven

    Solved System color theory

    Thanks all, for your feedback. The real root of my problem was that Windows 10 themes no longer update the System Application colors, although they still exist. As @petertheme kindly shared, his plugins for using the Access Themes would be one workaround for this. However, I don't want my users...
  6. snow-raven

    I might look more closely at the Access themes in the future to allow users more customization...

    I might look more closely at the Access themes in the future to allow users more customization, and will definitely refer back to your plugin when I do! Thanks so much for providing useful information and being willing to share your valuable knowledge.
  7. snow-raven

    I think I'm set for what I was trying to fix, as I had already written the code to update all of...

    I think I'm set for what I was trying to fix, as I had already written the code to update all of my forms. The part I was stuck on was why it was no longer following system colors. Of course, the real answer is that Windows 10 themes don't update the old system colors, so referring to them no...
  8. snow-raven

    Thanks, Peter! I really appreciated your constructive feedback on my thread! I admit, I have not...

    Thanks, Peter! I really appreciated your constructive feedback on my thread! I admit, I have not gone back to it as some of the argument was irrelevant to my original question.
  9. snow-raven

    Solved System color theory

    Thanks for the advice, Pat, but that only works in a world where all humans are identical. My coworker & I love my new eye-saving muted grey color scheme. My senior user hates it & demands "normal" colors. In this case, compromise would meet in the middle at grey on grey?
  10. snow-raven

    Solved System color theory

    Yeah, me too. But my primary user complained. I guess they'll have to hire me to create user profiles. After I fix my Windows system themes again...
  11. snow-raven

    Solved System color theory

    As far as I can tell, no... and the standard Windows dark mode is awful in Access. Can't read my property sheets at all now. Will have to go hack the registry again...
  12. snow-raven

    Solved System color theory

    Does that change the form colors to dark mode? They stayed white before, but I can't say I was careful about how I chose them until I tried this.
  13. snow-raven

    Solved System color theory

    I wanted to view & develop my longterm db in dark mode to save my poor, abused eyes, but not all of my team feels that way. I carefully changed all of my colors to System colors, thinking it would match the user's system. However, now that I've deployed my latest beta, they all have dark mode...
  14. snow-raven

    Strange Gremlin in Search Field

    I know you've gone deep-dive into the code already (TL/DR), but I get this behavior sometimes when I copy data from the wed. Something to do with the line break character used in most HTML. I can avoid it if I'm careful to stop copying with the last text letter (harder than it sounds when I'm in...
  15. snow-raven

    Solved Search terms for not-commented debug clean-up

    Is there a secret trick?
  16. snow-raven

    Solved Search terms for not-commented debug clean-up

    That's a good point; I don't have to just replace the debug.prints; there's nothing wrong with ''debug.print. See - this is why I need you guys. Thanks for testing! I’m not sure why it bothered me, since my users would never think to look, but it feels sloppy. Since this db has been evolving...
  17. snow-raven

    Solved Search terms for not-commented debug clean-up

    Anybody good with writing search terms that would find all of my debug.prints that are not commented out? I'm not ready to remove them, I just want to know they aren't there sending secret messages in the background of my compiled program...
  18. snow-raven

    Snow falling

    Happy to send you ALL of mine. I only had the energy to halfway shovel the driveway today, now it's raining ice on top of the rest...
  19. snow-raven

    Why can't we speak propa Engish no more?

    It seems there's a stronger trend in looking down on those who insist on "proper" grammar. I admit that it has raised my awareness of local dialect and accepted use. I've had to give up on my fury over common "mistakes" after reviewing some of google's usage statistics and analyses by respected...
  20. snow-raven

    Multi User Access Front end to SQL best practice?

    I know this thread is old, but I found it useful and tracked down another location of Albert Kallal's article: http://www.kallal.ca/Articles/split/index.htm
Top Bottom