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
js syntax error
How to Embed Media Player to Stream PLS Files
HP 1505N cannot change static IP
How do I search my hard drive for files of a specified size or larger?
SCCM Client Push Installation
create a demo database
Apply module to article linked via front page
Ms Access query within query
HTML site appearing full width in IE, not in other browsers, how to reduce size - center
Copy what user types in a text filed in to a hidden field