Search results

  1. FrankRuperto

    Secure MS Access front-end from Hex Editor

    @Alhakeem1977 There's plenty of methods and tools easily available on the internet for breaking into Access, SQL-Server, Windows, etc. Do a google search and see what you come up with.
  2. FrankRuperto

    Solved "Encrypted-Split-No-Strings-DB" - Security Challenge Solved

    https://www.linkedin.com/posts/tomurtis_deleting-a-table-in-a-closed-access-database-activity-6784661139092574208-VYjq
  3. FrankRuperto

    Color For Data Storytelling

    Color for Data Storytelling: color theory, using color intentionally, culture-laden color connotations, types of color (sequential, diverging, categorical), colorblindness, backgrounds, and color schemes. https://datacated.ck.page/3ef6a0443c
  4. FrankRuperto

    "Access has stopped working" due to vba routine taking too long

    Agree with arnelgp's remark about never_ending IIF. What does the Windows Event Log say about why Access stopped working? SP means SharePoint, not Stored Procedure. The native Access ACE db engine does not support stored procedures. Enable the hourglass for long running processes. Me thinks you...
  5. FrankRuperto

    National Health Service.

    Well it's a good thing you are proactive in your health maintenanace and research. Happy 87th birthday to you and best wishes :)
  6. FrankRuperto

    National Health Service.

    So I am assuming you are taking blood thinners, proper diet, physical therapy and all is well?
  7. FrankRuperto

    National Health Service.

    Given your age and emboli history, it's better to err on the side of caution. It would not hurt for you to have an MRA.
  8. FrankRuperto

    To know that back up is complete

    If you want to get fancy, you can compile this vb.net project into an exe and use a shortcut to pass the source and target folders as arguments. When you run it, it will display the familiar Windows FileCopy Dialog. Imports Microsoft.VisualBasic.FileIO Imports System.Environment Module...
  9. FrankRuperto

    Auto Calculation between two tables in MS Access

    Regardless of vb.net form, you need to properly normalize the data. The four tables with the same fields is a bad design.
  10. FrankRuperto

    Password Encrypted Database Table Missing Record - Deleted Mysteriously

    It's easy to bypass Access security, see: https://www.access-programmers.co.uk/forums/threads/encrypted-split-no-strings-db-security-challenge-solved.316682/#post-1753039 Use SQL-Server if you want better data protection.
  11. FrankRuperto

    Gym Offers Free Membership To Those Who Refuse CoVid Vaccinations

    There you go again with your paranoid conspiracy theories. No one is using the Covid pandemic to nefariously get more control over citizens. Reality is we're simply trying to keep the virus from spreading. If we all pitch in by following the CDC guidelines for a little longer, i.e. wear masks...
  12. FrankRuperto

    Video: Migrate from MS Access to Zoho Creator

    This thread is about converting to Zoho Creator, so why don't you start a separate thread about nubuilder?
  13. FrankRuperto

    Printer problem

    Margin settings are not available when fit to page is selected. If you changed to scaling and you still can't set margins, then something is wrong with your printer driver and I suggest you download the latest driver version and install it. Most default printer settings center the content and...
  14. FrankRuperto

    National Health Service.

    D-dimer is a cardiac marker. They should have also tested Troponin level. What are your EKG and Echocardiogram results? You're most likely overdue for an Exploratory Catherisation, but you will require a clearance from a cardiologist for that procedure. As for the incompetence, I wouldn't waste...
  15. FrankRuperto

    Closing your data base

    In all of the Access front end's we have worked with we make use of modal forms where appropiate, and disabled the windows exit button to force users to exit via a control in the switchboard, which is the entry/exit point.
  16. FrankRuperto

    Post Journal entry to Quickbooks using Quickbooks SDK and Ms Access vba

    We used this free VBA/JSON converter and it works really well: https://github.com/VBA-tools/VBA-JSON
  17. FrankRuperto

    Post Journal entry to Quickbooks using Quickbooks SDK and Ms Access vba

    We have exported data from Access to QB for generating invoices, and recently setup a dotnet interop between Access and QBO. NOTE: It's not mandatory to register the assembly, as it will stil work. It's actually better to not register it because it makes it easier to deploy the solution on...
Back
Top Bottom