Microsoft
Software
Hardware
Network
Question : how to vba programatically audit trail changes from capital to lower case alphabet letters
The attached db and module basAudit performs an audit trail very well when fields are changed. However, at times, the user may switch to a lower case or uppercase letters in a field or fields when changing data via a form. How can I capture this in an audit trail? I have attached the sample db.
Attachments:
Updated-AuditTrail-1.mdb
(328 KB)
(File Type Details)
audit
Answer : how to vba programatically audit trail changes from capital to lower case alphabet letters
then, just remove this line
ctl.Value = StrConv(ctl.Value, vbProperCase)
Random Solutions
Windows 7 image using Ghost ?
Install windows server 2008 DVD on dell PE 2950 that has only a CD-Rom?
WMI registry vb.net
How to create an "edit Profile Setting" page by Dreamweaver
How do I adjust the lockout time on a 2008 terminal server?
Why I can't open database again at Worksheet_Change event
Outlook 2007 draft folder
SQL INSERT - how to avoid this error: Parameter ?_1 has no default value.
Load content when panel is extended
ColdFusion sort problem: in a sorted list of records, white and gray background colors do not consistently alternate