Search results

  1. theDBguy

    Power BI

    Power BI is used to create dashboard reports. It's usually used with online data sources rather than with Access. What was the context when it was mentioned?
  2. theDBguy

    32 Bit accde as reference in 64 bit access

    Darn phone auto correct. 😡
  3. theDBguy

    32 Bit accde as reference in 64 bit access

    When you compile a database file to ACCDE, it can only be used in the same hotness bitness as the machine that compiled it. PtrSafe only works with ACCDB files.
  4. theDBguy

    Create and training record database

    Hi. Welcome to AWF! I’m not sure if there is one, but I would suggest looking at the available templates to help you get started.
  5. theDBguy

    Form Not Showing All Records From Table

    Glad to hear you got it sorted out. Cheers!
  6. theDBguy

    Form Not Showing All Records From Table

    Try changing INNER JOIN to RIGHT JOIN.
  7. theDBguy

    Help with Syntax error

    Hi. Welcome to AWF! Copy and paste that SQL into the query designer and post a screenshot of the message you get.
  8. theDBguy

    How to create text field in form to be highlighted when selected?

    I'll post the link for you. I hope this is the right one. https://isladogs.co.uk/highlight-required-fields/index.html
  9. theDBguy

    How to create text field in form to be highlighted when selected?

    Not in front of a computer now, but if the back color is transparent, then the highlighting might be happening on a control behind it. Can you check that? Sent from phone…
  10. theDBguy

    Solved Continuous forms issue

    I didn't say parent Form, I said parent Record. Is it always the same two child records, or do they at least change to reflect that you have the parent/child relationship working correctly?
  11. theDBguy

    Solved Continuous forms issue

    Is it consistently two records no matter which parent record you're on?
  12. theDBguy

    Solved Getting "No Current Record" on query that previously worked

    It’s possible that the file got corrupted during the split process, which should be gone now and may not come back anymore.
  13. theDBguy

    Splitting database

    Actually, the steps were: 1. Split the ACCDB into FE & BE 2. Make a ACCDE from the FE 3. Put the BE on a network share 4. Distribute the ACCDE to all users 5. Make design changes to the ACCDB FE 6. Make a new ACCDE 7. Replace users' old ACCDE with the new one
  14. theDBguy

    finding an empty record

    DLookup() should pick one for you.
  15. theDBguy

    Hey

    Hi. Welcome to AWF!
  16. theDBguy

    Disable Shift Key Bypass

    See if you have better luck with this one. https://www.devhut.net/vba-get-a-strings-hash/ Sent from phone...
  17. theDBguy

    Disable Shift Key Bypass

    Sorry, can't download the attachment right now, I'll try it later. Sent from phone...
  18. theDBguy

    Disable Shift Key Bypass

    Not in front of a computer now, but my guess is that you may not have the .Net Framework installed or maybe it's a different version. You shouldn't need to add any references at all. Sent from phone...
  19. theDBguy

    Disable Shift Key Bypass

    Good luck!
  20. theDBguy

    Disable Shift Key Bypass

    Take a look here... https://thedbguy.blogspot.com/2025/01/sha256-hashing-function.html?m=1 Sent from phone...
Back
Top Bottom