Stangleboy
Programmer
I have a field (logs.HourlyRate) I need to copy data from another field (classes.HourlyRate) and have it so it never updates by copying the field again. Example: In 2004 nurses rate is $17.25, this field will need to be captured. On 5-23-2005 the rate is $18.65, but I do not want to change the previous records that were done in 2004 with 2005 rates when a user corrects or adds information on the old records. I was trying to do this as easy as possible, like not allowing edits to a field after data has been saved to the record. Any suggestions? Thanx!