I will start by saying, I am a pilot not a programmer.
I have a form opened that is called mission Details and it is using a table called MissionDetails. When the aircraft start time and stop are enter, that is stored in MissionDetails table. These times are entered as 10:31, 14:20 etc. I have a calculated (text Box ) on the form that makes a decimal from that " =(([StopTime]-[StartTime])*24) ". It is displayed in a (text Box) called "timeToFraction". The table " MissionDetails " has a field called "timeToFraction" I need to write that number(timeToFraction) to the table when it is updated in the "TimeToFraction" text Box. I have no idea where to start.
Aubrey Price
Chief Pilot
Airborne Imaging Inc.
I have a form opened that is called mission Details and it is using a table called MissionDetails. When the aircraft start time and stop are enter, that is stored in MissionDetails table. These times are entered as 10:31, 14:20 etc. I have a calculated (text Box ) on the form that makes a decimal from that " =(([StopTime]-[StartTime])*24) ". It is displayed in a (text Box) called "timeToFraction". The table " MissionDetails " has a field called "timeToFraction" I need to write that number(timeToFraction) to the table when it is updated in the "TimeToFraction" text Box. I have no idea where to start.
Aubrey Price
Chief Pilot
Airborne Imaging Inc.