Hi,
I have a form that includes the following
CallNo = ReadOnly
Elapsed Time = ReadOnly
Current Cost = ReadOnly
Updated Time = ReadOnly
New Time
The First 3 read only files are populated from a recordset, when the user enters data into the "new time" field the "updated Time" field is clculated from "elapsed Time" + "New Time".
The "current Cost" is based on how much time has been taken to fulfill the project i.e.
1 hour = £30
2 hours = £35
3 hours = £40
etc
Therefore it would be nice once the updated time field is calculated to get the updated current price from the DB before submitting the data.
Currently I submit this back to the DB however the "Current Cost" field is not updated until the form is re-opened and the value populated from the recordset.
I know i have not explained this very well but if anyone can help it would be much appreciated
Regards
Paul
I have a form that includes the following
CallNo = ReadOnly
Elapsed Time = ReadOnly
Current Cost = ReadOnly
Updated Time = ReadOnly
New Time
The First 3 read only files are populated from a recordset, when the user enters data into the "new time" field the "updated Time" field is clculated from "elapsed Time" + "New Time".
The "current Cost" is based on how much time has been taken to fulfill the project i.e.
1 hour = £30
2 hours = £35
3 hours = £40
etc
Therefore it would be nice once the updated time field is calculated to get the updated current price from the DB before submitting the data.
Currently I submit this back to the DB however the "Current Cost" field is not updated until the form is re-opened and the value populated from the recordset.
I know i have not explained this very well but if anyone can help it would be much appreciated
Regards
Paul