Hello,
I made a form which is called 'Flight_Log_Update'. The objective here is to be able to input new flight data to update the associated aircraft records.
Is it possible to be able to have some sort of input field in the form that allows you to type in, for example, '3.9' which would then take this value and append the [ACTimeCurrent] field in the 'Aircraft_Table' via a calculation?
I.e. [AcTimeCurrent] = 1,000 hrs
Input from form to update = 3.9 hrs
Output calculation of [ACTimeCurrent] = 1,003.9
I created a ComboBox in the Form Header of 'Flight_Log_Update' that allows you to pull down, by [NNumber], the recordset of the aircraft you wish to update. Now I need a way to enter '3.9' and have it calculate and append automatically.
The same would be needed for cycles; which will always be added as a whole number.
Thanks in advance!
I made a form which is called 'Flight_Log_Update'. The objective here is to be able to input new flight data to update the associated aircraft records.
Is it possible to be able to have some sort of input field in the form that allows you to type in, for example, '3.9' which would then take this value and append the [ACTimeCurrent] field in the 'Aircraft_Table' via a calculation?
I.e. [AcTimeCurrent] = 1,000 hrs
Input from form to update = 3.9 hrs
Output calculation of [ACTimeCurrent] = 1,003.9
I created a ComboBox in the Form Header of 'Flight_Log_Update' that allows you to pull down, by [NNumber], the recordset of the aircraft you wish to update. Now I need a way to enter '3.9' and have it calculate and append automatically.
The same would be needed for cycles; which will always be added as a whole number.
Thanks in advance!