Hi, I've made a few posts on here about a certain glider database. I have sorted most of the problems through the help of people on this forum. However, I have recently came up with a new conundrum 
When I enter all the information into my table, it records the different flights which take place with the timings, the launch types, the gliders that participated and also who flew in them. One of the last requirements for my client is that they should be able to use a form to search for a glider and then see how many flights it has participated in and also the total flying time. I have used a query to sort all the flights by the glider which I can then link to the form using the criteria as "[Forms]![frmGlider].[txtglider]" this then allows the query to see what the certain criteria is and then sort it accordingly. The part which I am stuck on is how to get a few text boxes to supply the number of flights which the glider has flown and also to add up the total time of all the flights (total time of each flight is also stored in the table). On the good side, all of this information is stored in one singlular table.

When I enter all the information into my table, it records the different flights which take place with the timings, the launch types, the gliders that participated and also who flew in them. One of the last requirements for my client is that they should be able to use a form to search for a glider and then see how many flights it has participated in and also the total flying time. I have used a query to sort all the flights by the glider which I can then link to the form using the criteria as "[Forms]![frmGlider].[txtglider]" this then allows the query to see what the certain criteria is and then sort it accordingly. The part which I am stuck on is how to get a few text boxes to supply the number of flights which the glider has flown and also to add up the total time of all the flights (total time of each flight is also stored in the table). On the good side, all of this information is stored in one singlular table.