Wahrscheinlich gibt's das schon
Bei einer schnellen Suche habe ich dies gefunden:
https://theitservice.co.uk/a-microsoft-access-tool-to-automatically-rename-your-form-controls/
Lässt sich sicher noch verbessern, z.B. das ganze If … ElseIf … Gedöns durch
Select Case zu ersetzen.
Vor allem dieses würde ich umschreiben,
1.You name every column in your table with a three-character prefix indicating the data type, such as strFirstName, datOrderDate and blnActive
The code replaces the first three characters in the ControlSource property for data-bound controls with a prefix indictating the object type (txt, cbo, chk etc)
denn es geht ja darum die Prefixe für die Controls zu ergänzen. Prefixe bei
Tabellennamen halte ich eh für überflüssig.
gruss ekkehard