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
manipulating components
Difference between the way a sql query is written
Setting up a domain trust for to seperate forest
how to cast string to char*?
Import/Export feature of SQL 2000 in SQL Express 2005
"pci system error on bus device function 007ah" and others on HP NetServeer E800
Upgrading SQL Server 2008 64-bit database
Accessing Objects in the .Net Data Access Engine
Send an email automatically when a new file arrives to a folder
MySQL Three Table Join Query