Remaking Akabot's DB in MS Access

Remaking Akabot's DB in MS Access

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
Apparently the optimal VBA code to save a record in Access is:
If Me.Dirty Then
Me.Dirty = False
End If
🤔
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