Search results

  1. pbaldy

    I'm thinking of moving

    If you visit, let me know. We can share an adult beverage or whatever. 🍻
  2. pbaldy

    I'm thinking of moving

    We get lots of earthquakes, but don't feel the vast majority of them. The ones we do feel are like "was that an earthquake?" The worst damage I've heard of is something falling off a cabinet or something. We do not live in fear of earthquakes here. ;) That said, it is a high-desert...
  3. pbaldy

    I'm thinking of moving

    I have in-laws that live in Redding. It can get pretty toasty there, though I'm not sure how it compares to AZ. Definitely gets into the 100s. I'd consider getting a little higher, either on the Sierra Nevada side or the Coast Range side. Maybe even north towards Shasta. The income taxes...
  4. pbaldy

    Combine and sum data from a form to a report

    Whether you're showing lot ID or not, you're grouping on it. Why not take it out of the query?
  5. pbaldy

    CopyObject or Make Table query

    Probably the most efficient would be emptying and repopulating the local table with an append query. The real question is what purpose does the local table serve?
  6. pbaldy

    Hello out there!

    Bob, this is an intro thread. Tech discussion at: https://www.access-programmers.co.uk/forums/threads/help-with-simple-design.333225/
  7. pbaldy

    Hello out there!

    FYI I moved the quoted post and another to your other thread.
  8. pbaldy

    Hello out there!

    Welcome aboard! I kind of wish I was in FL right now. Too cold for golf around here.
  9. pbaldy

    Short introduction

    Welcome Bas!
  10. pbaldy

    Solved MS Access data base for brewery

    FYI I merged the technical posts from the OP's intro thread here to keep them all in one place. It appears some answers preceded the first post here, so I'll move the original post there to here as well.
  11. pbaldy

    Hello from United States

    Welcome aboard! Feel free to post your question in the appropriate forum.
  12. pbaldy

    When does the winning start?

    Given the smiley, I think it was intended as a joke. That's how I took it anyway.
  13. pbaldy

    Hello All

    Welcome aboard Al!
  14. pbaldy

    When does the winning start?

    Don't hold your breath:
  15. pbaldy

    Ciao da Mario

    Welcome!
  16. pbaldy

    Hiding text box in Report View

    I haven't tested visibility. In the app I looked at to verify the event, I'm setting different border colors and such.
  17. pbaldy

    Hiding text box in Report View

    FYI in Report view the Paint event can be used instead of the Format event.
  18. pbaldy

    The Tesla Cybercab

    Yeah, I take ours out of the car when we're home. It is a pain. I assume they're trying to save weight/increase mileage with the mini tires.
  19. pbaldy

    Indenting and Spacing Revisited.

    MZ Tools indents it like this, which I'm okay with. Private Sub Form_Click() Me.txtHighlight.Requery Dim Rs As DAO.Recordset Dim ctl As Control Dim varItem As Variant pubProjectID = Me.txtSourceID pubEntityID = pubProjectID pubEntityTableID = 3...
Back
Top Bottom