Latest activity

  • X
    xavier.batlle replied to the thread Solved Cleaning up a Mess.
    My point is that's a good idea to delete #if VBA7 conditional if not needed but it's a bad idea to move all the APIs to a single module...
  • The_Doc_Man
    The_Doc_Man replied to the thread Solved Cleaning up a Mess.
    Consolidating duplicate classes and utilities, as long as you use ByRef/ByVal correctly, should be OK. The only time it would be really...
  • K
    The Mess: Over the years, I've added various classes and utilities to my Access database. Most of these use private API declarations, so...
  • cheekybuddha
    cheekybuddha reacted to Edgar_'s post in the thread Multiple sub form problem with Like Like.
    If I'm not mistaken, you added 16 subform controls to an unbound form, and then you're trying to filter with a search mechanism. You're...
  • cheekybuddha
    Is that a VPS or just a virtual machine on your own box?
  • E
    Were you able to progress on this? your specs don't show any GPU acceleration, things are running on the CPU and that's bad for AI, the...
  • Ken Sheridan
    Ken Sheridan replied to the thread Multiple sub form problem.
    That's overcome easily enough. You just need to base the subforms on a query which sequentially numbers each row, and then restrict...
  • E
    Edgar_ replied to the thread Multiple sub form problem.
    If I'm not mistaken, you added 16 subform controls to an unbound form, and then you're trying to filter with a search mechanism. You're...
    • 1772833883382.png
    • 1772833932401.png
  • The_Doc_Man
    The_Doc_Man replied to the thread Favorite Quotes.
    Then in south Louisiana, we have Yscloskey, a village (of sorts) where the first S is silent - why-closs-key. We also have Nachitoches...
  • M
    Mark_ replied to the thread Multiple sub form problem.
    If you can't share the database for any reason, can you at least show us a mockup with description of what you need?
  • The_Doc_Man
    The_Doc_Man replied to the thread Multiple sub form problem.
    This statement alone suggests something is incredibly wrong with this design. Nominally, you are saying you need over 768 controls...
  • isladogs
    isladogs replied to the thread Multiple sub form problem.
    Please explain this sentence. Why does formatting mean continuous forms won't work for you?
  • mike60smart
    mike60smart replied to the thread Multiple sub form problem.
    As Plog said we need a copy of your database plus an example of your dashboard requirements.
  • P
    plog replied to the thread Multiple sub form problem.
    There's really no general help for this, it's gonna have to be specific to your instance. That means we need details. Preferably a...
  • RonPaii
    RonPaii replied to the thread Multiple sub form problem.
    You could use a table with all your commands then use a cross tab query to spread them as wide as you want as the source of your...
Back
Top Bottom