home.social

#msaccess — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #msaccess, aggregated by home.social.

fetched live
  1. And, to top it off, due to the size of her screen, she only sees the funnel icons now instead of the words. She has to hover over to see what the icons mean. Despite being a Gen-X with lots of office computer experience, the coworker still doesn't hover over icons to figure them out. She only knows the ones she knows and expects words for things she doesn't know. Hovering as an exploration doesn't come natural to her.

    #UI #UX #MSAccess

  2. And, to top it off, due to the size of her screen, she only sees the funnel icons now instead of the words. She has to hover over to see what the icons mean. Despite being a Gen-X with lots of office computer experience, the coworker still doesn't hover over icons to figure them out. She only knows the ones she knows and expects words for things she doesn't know. Hovering as an exploration doesn't come natural to her.

    #UI #UX #MSAccess

  3. Wrote my first Windows batch file today. It checks if a user's local copy of an Access frontend database is the current version; if not, it downloads the latest version from the server into a local folder, deletes any old local copies, then launches Access with it in runtime mode. 😎 #access #office #msAccess #msOffice #windows #databases #programming

  4. Wrote my first Windows batch file today. It checks if a user's local copy of an Access frontend database is the current version; if not, it downloads the latest version from the server into a local folder, deletes any old local copies, then launches Access with it in runtime mode. 😎 #access #office #msAccess #msOffice #windows #databases #programming

  5. Nearly all of my prior database experience comes from working in Salesforce. I've built lots of custom objects, apps, flows, and have written some Apex.

    But I have this one little project requiring MS Access now. It's been really frustrating but I'm making progress. I guess Salesforce spoiled me. Functionality I took for granted in Salesforce, I have to implement from scratch in Access with unwieldy SQL statements and VBA. #salesforce #MSAccess #database

  6. Nearly all of my prior database experience comes from working in Salesforce. I've built lots of custom objects, apps, flows, and have written some Apex.

    But I have this one little project requiring MS Access now. It's been really frustrating but I'm making progress. I guess Salesforce spoiled me. Functionality I took for granted in Salesforce, I have to implement from scratch in Access with unwieldy SQL statements and VBA. #salesforce #MSAccess #database

  7. Hm, really tired of this , database application stuff. I need a quick way to create a "main/detail" GUI from a database.

    There once was and that really nice stuff.

    Is there anything else, existing to this day?

    I know of
    - (only ORM, no GUI generation)
    - (very close, but only web GUI. Thanks to @peter for that hint some time ago).

    Do you know of anything? @helge

  8. Hm, really tired of this #MSAccess, #LibreOfficeBase database application stuff. I need a quick way to create a "main/detail" GUI from a database.

    There once was #WebObjects and that really nice #JavaClient stuff.

    Is there anything else, existing to this day?

    I know of
    - #Apache #Cayenne (only ORM, no GUI generation)
    - #ManyDesigns #Portofino (very close, but only web GUI. Thanks to @peter for that hint some time ago).

    Do you know of anything? @helge

    #Boost

  9. 12,000 years ago some bloke invents agriculture and now I have to read a 1100 page book on Microsoft Access. Fucking bullshit. #msAccess #access #microsoft

  10. 12,000 years ago some bloke invents agriculture and now I have to read a 1100 page book on Microsoft Access. Fucking bullshit. #msAccess #access #microsoft

  11. Trying to build anything in Microsoft Access's form designer is excruciating. #msAccess #access

  12. Trying to build anything in Microsoft Access's form designer is excruciating. #msAccess #access

  13. A continual irritation in my life is app interface redesigns for easier to use touchscreens that make them worse on non-touchscreens. For example, I've been battling #Chrome & #Brave forever finding tweaks to remove the extra white space they put in menu line spacing that just means less is displayed. Meanwhile, Microsoft increased the size of their #MSAccess tool ribbon so that none of my forms fit properly on screen anymore.

    Why not just let us customize? WTF.

  14. @adacosta Pretty obvious that there is no room for "next generation #MSAccess" to be launched into the current product portfolio. So, yes, I agree.

  15. @adacosta Pretty obvious that there is no room for "next generation #MSAccess" to be launched into the current product portfolio. So, yes, I agree.

  16. @adacosta Microsoft also promotes the path to migrate #MSAccess databases to Dataverse (Power Platform) and turn the apps into #PowerApps. Which would surely be great alternative to SQL for the citizen developers managing their own Access apps. powerapps.microsoft.com/en-us/

  17. @adacosta Microsoft also promotes the path to migrate #MSAccess databases to Dataverse (Power Platform) and turn the apps into #PowerApps. Which would surely be great alternative to SQL for the citizen developers managing their own Access apps. powerapps.microsoft.com/en-us/

  18. If you need to export a Microsoft Access database while on macOS or Linux, this might do the trick:

    1. `brew install mdbtools`
    2. `pip install pandas_access`
    3. In a Python session:

    ```python
    file_name = ‘path_to_access_file.mdb’
    for table in mdb.list_tables(file_name):
    df = mdb.read_table(file_name, table)
    df.to_excel(f'{file_name}-{table}.xlsx')
    ```

    You're welcome! (Including myself in the future…)

    See also gist.github.com/juandesant/e77

    #MSAccess #Python #export #snippets

  19. If you need to export a Microsoft Access database while on macOS or Linux, this might do the trick:

    1. `brew install mdbtools`
    2. `pip install pandas_access`
    3. In a Python session:

    ```python
    file_name = ‘path_to_access_file.mdb’
    for table in mdb.list_tables(file_name):
    df = mdb.read_table(file_name, table)
    df.to_excel(f'{file_name}-{table}.xlsx')
    ```

    You're welcome! (Including myself in the future…)

    See also gist.github.com/juandesant/e77

    #MSAccess #Python #export #snippets

  20. 🏘️ Dauerbrenner im Blog: Wie kann man eigene Immobilien digital verwalten?

    👉🏻 Probier's mal mit einer Datenbank in #Access! Hier gibt's die Inspiration - auf Wunsch mit vielseitiger Vorlage für den Start:

    malter365.de/access/immobilien

    #Immobilien #MSAccess #Microsoft365

  21. 🏘️ Dauerbrenner im Blog: Wie kann man eigene Immobilien digital verwalten?

    👉🏻 Probier's mal mit einer Datenbank in #Access! Hier gibt's die Inspiration - auf Wunsch mit vielseitiger Vorlage für den Start:

    malter365.de/access/immobilien

    #Immobilien #MSAccess #Microsoft365

  22. That feeling when you realise you've been using MS Access since back when the example date given was recent.
    #database #access #MSaccess #FeelingOld

  23. Translating a query from #msaccess ( :blobcatmeltcry: ) to #tsql in order to troubleshoot something. The Access query uses InStr() support.microsoft.com/en-us/of in which the parameters are in exactly the opposite order than the equivalent CHARINDEX() learn.microsoft.com/en-us/sql/

    I'm sure this is an organic evolution of disparate, yet similar technologies, but damn it took me too long to figure out why my record counts were so off.

  24. Translating a query from #msaccess ( :blobcatmeltcry: ) to #tsql in order to troubleshoot something. The Access query uses InStr() support.microsoft.com/en-us/of in which the parameters are in exactly the opposite order than the equivalent CHARINDEX() learn.microsoft.com/en-us/sql/

    I'm sure this is an organic evolution of disparate, yet similar technologies, but damn it took me too long to figure out why my record counts were so off.

  25. #freude - wenn das neue #macbookpro16 jetzt auch #Windows11 kann 👏👏👏
    Und ich somit alle Vorteile von #Apple  hab und trotzdem auch #msaccess oder im Bedarfsfall das gesamte Office-Paket in vollem Umfang nutzen kann!!! Bin.voll.begeistert!😊

  26. Ein Vorsatz fürs neue Jahr: Endlich Ordnung in die Schulbibliothek bringen - vielleicht sogar mit einem einfachen Verleihsystem? So klappt's mit dem Datenbank-Tool #MicrosoftAccess:
    malter365.de/access/schulbuech

    #FediLZ #MSAccess #MicrosoftEDU #Microsoft365 #Schule

  27. Ein Vorsatz fürs neue Jahr: Endlich Ordnung in die Schulbibliothek bringen - vielleicht sogar mit einem einfachen Verleihsystem? So klappt's mit dem Datenbank-Tool #MicrosoftAccess:
    malter365.de/access/schulbuech

    #FediLZ #MSAccess #MicrosoftEDU #Microsoft365 #Schule

  28. Ich kenne mich recht gut in #MSAccess aus. Ich möchte mich nun in #PostgreSQL weiterbilden. Schwerpunkt #Programmierung, weniger Administration.
    Ich freue mich über eine Empfehlung. Darf auch gerne Englisch sein, wenn es sein muss.

  29. But take, for instance, a data-storing and manipulating application. I rather program that in #MSAccess than in #java with #springData or #Hibernate. Why? Because Access gives me so much, that I have to scaffold myself if using java. The obvious part, the data part, gets scaffolded with Hibernate. But how about a nice GUI? Input validation? Reporting? Access gives us that, whereas java lets us create that. A world of difference.

  30. DBeaver Community

    Free Universal Database Tool.

    Free multi-platform #database tool for #developers, database #administrators, #analysts and all people who need to work with databases. Supports all popular databases: #MySQL, #PostgreSQL, #SQLite, #Oracle, #DB2, #SQLServer, #Sybase, #MSAccess, #Teradata, #Firebird, #Apache #Hive, #Phoenix, #Presto, etc.

    dbeaver.io/

  31. DBeaver Community

    Free Universal Database Tool.

    Free multi-platform #database tool for #developers, database #administrators, #analysts and all people who need to work with databases. Supports all popular databases: #MySQL, #PostgreSQL, #SQLite, #Oracle, #DB2, #SQLServer, #Sybase, #MSAccess, #Teradata, #Firebird, #Apache #Hive, #Phoenix, #Presto, etc.

    dbeaver.io/

  32. Vous voulez rire ? encore 2 techniciens sont mobilisés aujourd'hui pour comprendre comment télécharger et installer la version de #MSaccess qui correspond à la licence achetée. Ça fait déjà trois demi journées!