Remaking Akabot's DB in MS Access

https://pt.lunya.pet/w/2udCcHqNU6vm8uRWFuqtbi

Remaking Akabot's DB in MS Access

PeerTube

Dear Santa,

I wish for a IT remote job, so I can stop ruining my body as a laborer.

Thx a million

Yours Derek

Merry christmas to you all

#merrychristmas #santaclaus #remotejob #itjobs #msaccess #linux #vbnet #tsql #lowcode #noai

#msaccess | Bericht mit Button öffnen – kein VBA nötig!“ | Tipp 15914 | deutsch | Andreas Ganster

https://youtu.be/gHgcPvLF6s8

#msaccess | Daten im Bericht clever gruppieren – ganz ohne VBA | #tips 13376 | #tutorial #howto
https://youtu.be/dKp7WNnw1F0
#msaccess | Datenmassen sekundenschnell aktualisieren – ohne #vba ! | #tips 15318 | #deutsch #wissen
https://youtu.be/7Ep4MrfHf6E
#msaccess So baust du Tabellen von Anfang an richtig auf | #tips 18713 |#tutorial #deutsch #wissen https://youtu.be/Gcp0jjHHbpI
#msaccess | Excel-Daten sekundenschnell übernehmen | Tipp 13835 | deutsch | Ganster
https://youtu.be/wyuBixz8Ud0
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

Apparently the optimal VBA code to save a record in Access is:

If Me.Dirty Then
Me.Dirty = False
End If

🤔

#vba #MSAccess #access

https://answers.microsoft.com/en-us/msoffice/forum/all/force-save-record-in-vba-code/e8261ebb-6f53-4168-a999-fef162fa3093

Redirecting

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