Recent content by moke123

  1. moke123

    Today's Environmentalists Are Really Luddites

    I had to get mine also. It cost me $54 plus postage. That could be a lot to a poor person. My daughter had to pay twice to get her birth certificate. Her first request came back as no record. After a lot of confusion and phone calls she learned that the hospital spans 2 counties and the...
  2. moke123

    Favorite Quotes

    Even worse is when they stop selling pellet fuel
  3. moke123

    Favorite Quotes

    When we were kids driving through Connecticut we used to giggle passing this sign. Thank god they chose "Welcome to . . ." rather than "Now Entering . . ."
  4. moke123

    Today's Environmentalists Are Really Luddites

    How well do you think she would have done if she had to do all that by herself without your assistance?
  5. moke123

    AI Options

    You know how you feel about ChatGPT, but what does ChatGPT think of you? https://inequalities.ai/ https://www.huffpost.com/entry/chatgpt-openai-biases-states_l_69a88c25e4b0865be0c6f2f3?origin=home-life-unit
  6. moke123

    Raise your hand

    I get called to jury duty every 2 to 3 years and always get released from the pool right off the bat. I'm friends with or have worked with most of the judges, D.A.'s, and Defense Attorneys. I often know the defendants or witnesses too, or have worked on their behalf in the past. Whenever my...
  7. moke123

    Raise your hand

    In addition to the Castle Doctrine, many states also have the "Back to the Wall" doctrine. It basically means you can't shoot unless you have no way of fleeing the situation.
  8. moke123

    Raise your hand

    Judges can set aside a guilty finding, but not an aquittal.
  9. moke123

    PDFs no longer open in the legacy IE browser control

    I'll check my home computer too. I have no control over my work versions.
  10. moke123

    PDFs no longer open in the legacy IE browser control

    Win11 pro 24H2 26100.7623 Microsoft 365 MSO (Version 2511 Build 16.0.19426.20260) 64-bit Checking an old app I get an empty box.
  11. moke123

    Fairly New and Need Help

    While you're at it you should eliminate any spaces and special characters in your field names, as well as all your other objects.
  12. moke123

    Using column property in combo box

    you could also use Select Case Right(Me!cboFormat.Column(1),2) Case "CD" Case "LP" Case "45" Case Else End select
  13. moke123

    Sort Records in listbox

    you could also run the query and use the following to test if records returned. if not Me.List0.ListCount > 0 then MsgBox "Sorry, no records were found.", vbInformation, "Search Menu" Me.txtLname.value = Null Me.txtLname.SetFocus end if
  14. moke123

    Payment Crashes with VPI

    Back when I worked privately, we used to do it the old fashion way. Look out the window, see what kind of car they showed up in, and set our hourly rate accordingly.
Back
Top Bottom