I don't know what I am doing. (I read the forum topic guidelines!)
Basically, I need to associate a specific 'part' with an aircraft that is in the 'Aircraft_Table'. This 'part' can have three variables associated with it upon being added to the aircraft. They are: 'Time in Hours already on the part when added to aircraft' , 'Cycles already on the part when added to aircraft' , and/or 'Days already on the part when added to aircraft'. Now, each part has an associated 'Limiter, or Maximum Safety Rating'. Let's say that a 'propeller', has a 'maximum safety rating' of '500 hours'. Also, this 'propeller' had 200 hours of time on it when it was added to the aircraft. It is now left with 300 hours. So, when the 'Cycles' and 'Hours' are entered in the 'Flight_Log_Update' form (for a specific airplane record), then Access subtracts, say, '3.9' hours from how much 'life' is left on the part. So, 3.9 hours are added to the a plane using the 'Flight_Log_Update' form. Then, 3.9 hours are taken away from the 300 hours left on the propeller and updates that part record. Multiple parts per plane are needed to be tracked. If anyone can help with this I would greatly appreciate it. Please ask any questions you need to further assist me.
The goal is to be able to have a report display a specific airplane's associated parts and sort/filter that data in different useful ways. E.g. have Access display which parts have the least amount of hours left on them based on the calculations and ordered in ascending. Hopefully this diagram will help with the formula needed:
Any takers? Thanks in advance!
Basically, I need to associate a specific 'part' with an aircraft that is in the 'Aircraft_Table'. This 'part' can have three variables associated with it upon being added to the aircraft. They are: 'Time in Hours already on the part when added to aircraft' , 'Cycles already on the part when added to aircraft' , and/or 'Days already on the part when added to aircraft'. Now, each part has an associated 'Limiter, or Maximum Safety Rating'. Let's say that a 'propeller', has a 'maximum safety rating' of '500 hours'. Also, this 'propeller' had 200 hours of time on it when it was added to the aircraft. It is now left with 300 hours. So, when the 'Cycles' and 'Hours' are entered in the 'Flight_Log_Update' form (for a specific airplane record), then Access subtracts, say, '3.9' hours from how much 'life' is left on the part. So, 3.9 hours are added to the a plane using the 'Flight_Log_Update' form. Then, 3.9 hours are taken away from the 300 hours left on the propeller and updates that part record. Multiple parts per plane are needed to be tracked. If anyone can help with this I would greatly appreciate it. Please ask any questions you need to further assist me.
The goal is to be able to have a report display a specific airplane's associated parts and sort/filter that data in different useful ways. E.g. have Access display which parts have the least amount of hours left on them based on the calculations and ordered in ascending. Hopefully this diagram will help with the formula needed:
Any takers? Thanks in advance!