RickHunter84
Registered User.
- Local time
- Today, 16:24
- Joined
- Dec 28, 2019
- Messages
- 85
Hello friends,
I'm trying to come up with a simple solution to what I think it should be simple problem
, but of course it cant be that simple...
So I have an audit table with the usual fields:
AuditID
TimeStamp
UserName
FormName
Action
RecordID
FieldName
OldValue
NewValue
The information is saved in the table without any problems, but the "problem" I'm having is more of a aesthetic. Every time the control source is recorded, it grabs the name of field of the bound control, which could look sometimes funny. Example : "PurchaseOrderDate", I'd like to have it change to "PO date :" - I tried adding IIF statement in the Query and it works, but there will be too many IIF to handle this "problem"
Any thoughts on how to handle this "problem"
thank you in advance,
Rick
I'm trying to come up with a simple solution to what I think it should be simple problem


So I have an audit table with the usual fields:
AuditID
TimeStamp
UserName
FormName
Action
RecordID
FieldName
OldValue
NewValue
The information is saved in the table without any problems, but the "problem" I'm having is more of a aesthetic. Every time the control source is recorded, it grabs the name of field of the bound control, which could look sometimes funny. Example : "PurchaseOrderDate", I'd like to have it change to "PO date :" - I tried adding IIF statement in the Query and it works, but there will be too many IIF to handle this "problem"
Any thoughts on how to handle this "problem"
thank you in advance,
Rick