Search results

  1. JonXL

    No free speech, no freedom...

    Well he's not joining the board, so how does that change the assessment?
  2. JonXL

    Ukraine

    I mean, there must be hundreds if not thousands of people working in the Ukrainian gas industry. And they all have at least two biological parents each (though some siblings could be employed who share parents). In any event there are certainly thousands of people with "children working for...
  3. JonXL

    Create Record in 2nd Table when Record Added in First Table (Conditionally)

    If you want to stick with SQL, you should be able to use INSERT with WHERE to add a record to the related table only when one doesn't already EXISTS. Throw something like this into a search engine and you should get more than enough results to get you to the right place... "ms access sql add...
  4. JonXL

    DST Forever...?

    Oh I get why having everyone around you constantly changing their time would be a PITA and understand wanting to stick with just one time. I, too, want to stick with just one time. What surprises me is that you prefer that time to be DST vs standard. Does Arizona not like being on standard...
  5. JonXL

    DST Forever...?

    But you got that hour back once you crossed over, right? ;)
  6. JonXL

    DST Forever...?

    They weren't all there for the vote. And some that weren't have expressed their dissatisfaction with the bill being fast-tracked as part of mundane other business. I guess that's where you lose me. Living in Arizona, you don't change your clocks anyway. This bill won't change what time you're...
  7. JonXL

    DST Forever...?

    No. Switching to permanent DST won't give Bismarck more daylight hours. You literally can't do that. Available daylight is determined by the tilt of the earth at a given time of year. Arizona (which is on permanent standard time, by the way ;) ) is sunny because it's Arizona - not because...
  8. JonXL

    DST Forever...?

    I think you and I are saying the same thing but with different words. :) On standard time in the middle of the timezone on any given day, there will be X hours of sunlight before 12:00 and X hours of sunlight after. When on DST, there will be X-1 hours before 12:00 and X+1 hours after...
  9. JonXL

    DST Forever...?

    Right. That's the time of sunlight vs dark. DST impacts the amount of sun before noon vs after. On standard time, the middle of the time zone sees the sun in the middle of the sky at 12:00 - or close to. Does DST impact that? Would having sun later into the evening help or is it just the...
  10. JonXL

    DST Forever...?

    Dispensing with DST would be permanent standard time. There are two options for that depending on where you live in the US (north or south).
  11. JonXL

    DST Forever...?

    I know. Was joking.
  12. JonXL

    DST Forever...?

    I realized after posting I forgot the scenario you mention: a not-strong preference for DST or standard time so long as it doesn't change twice a year...
  13. JonXL

    DST Forever...?

    Sounds like your preference is for permanent DST, even though you're not in the US. And do people really still leave their home for work?
  14. JonXL

    DST Forever...?

    Did I do something wrong? I can only see my own vote...
  15. JonXL

    DST Forever...?

    The US Senate approved a bill Tuesday that would make daylight saving time permanent throughout the country. What do folks here think of this move? Myself, I am very opposed to the idea of permanent DST. I dislike DST to begin with, but it's currently tolerable* because it's in the summer when...
  16. JonXL

    Biden to be impeached?

    Maher is still a liberal last I checked - no 'were' about it...
  17. JonXL

    New World Order imminent?

    Isn't this just a Tesla ad?
  18. JonXL

    Open DB via batch file

    No. It won't. You can even try it to be sure.
  19. JonXL

    Open DB via batch file

    I'm going to post a different approach... Instead of requiring VBA to hide your stuff, set it up to require VBA to continue into the DB. What you do is create a modal popup form that says you must enable scripts/content or whatever and set that as the form to load on startup in the settings...
  20. JonXL

    Determining Chords vs Lyrics

    Wow... this got a lot of input. :) Thank you all for the input. My current setup is already using a dictionary with the chords as keys and an array for the item (so if you are moving a G up two semitones, you will find the new chord with dctKeyList("G")(2): 'set up dictionary Set...
Back
Top Bottom