Search results

  1. pbaldy

    Updating Excel spreadsheet from within the Access

    I use: lngLastRow = xl.Cells.SpecialCells(11).Row
  2. pbaldy

    Too many popups on query run

    You can change an option but that only fixes it on your computer. https://www.baldyweb.com/SQLWarnings.htm
  3. pbaldy

    Solved Low Date not seeing the previous year

    I'd use this which would be more flexible (any number of inputs): http://allenbrowne.com/func-09.html
  4. pbaldy

    Check/Uncheck boxes on subform based on main form

    Sorry, I missed the big picture.
  5. pbaldy

    Check/Uncheck boxes on subform based on main form

    How about .Fields("ReleaseSingleEntry") = Me.chkReleaseALL
  6. pbaldy

    Solved Low Date not seeing the previous year

    I suspect the Nz() function is causing the variables to be seen as text. Try D1 = CDate(Nz(D1, #1/1/2999#))
  7. pbaldy

    Chemical Attacks on the rise

    No, one was at Mildenhall the other at Lakenheath.
  8. pbaldy

    Chemical Attacks on the rise

    My daughter is an officer in the US Air Force, as is her husband. Years ago they were stationed in England for 3 years. Her squadron gave her a truncheon as a going away present. It was engraved with a "thank you..." message, etc. Clearly a souvenir. Airport security at Heathrow found it in...
  9. pbaldy

    Form controls propergies

    Also make sure it didn't get undocked and sitting behind the form or something.
  10. pbaldy

    Form controls propergies

    Can you post a pic of the entire Access window after clicking on Properties?
  11. pbaldy

    Form controls propergies

    At first glance you may think the properties window is gone here, but if you look closely you can see the edge of it has been dragged very close to the edge of the Access window.
  12. pbaldy

    Form controls propergies

    Make sure the edge didn't get dragged all the way to the side of the screen. If it has, you should be able to grab it and widen it back again.
  13. pbaldy

    Virtual Reality Headsets - worth the money?

    That's okay Jon, no judgment here. This is a safe place. 😀
  14. pbaldy

    Hi and Thank you

    Welcome aboard!
  15. pbaldy

    Solved Importing and calculating the data

    No worries, you're not the first. ;)
  16. pbaldy

    Solved Importing and calculating the data

    FYI you clicked on Report instead of Reply with your first reply. No worries.
  17. pbaldy

    Added layer of security for a signature box

    No problem, good luck. Moke knows his stuff.
  18. pbaldy

    DSum Function (Public Function)

    Sure, but on the original thread, not here.
  19. pbaldy

    Added layer of security for a signature box

    No worries, it's just a courtesy. That second link explains it better than I can.
  20. pbaldy

    Seeking a favor on behalf of my granddaughter

    I meant the quality of the product, not the location of the source. :p
Back
Top Bottom