mpegjunkie
MIS
Hello community,
is there a way to prompt the user in a form's BeforeUpdate event like "Are you sure you want to change " & old_value & " to " & new_value & "?".
The key is getting the old and the new value of a text field programmatically.
Or do I have to get them in a conventional way (reading old_value from Db and new_value from the object's .value)?
Thanks in advance,
mpegjunkie
is there a way to prompt the user in a form's BeforeUpdate event like "Are you sure you want to change " & old_value & " to " & new_value & "?".
The key is getting the old and the new value of a text field programmatically.
Or do I have to get them in a conventional way (reading old_value from Db and new_value from the object's .value)?
Thanks in advance,
mpegjunkie