I built a database to track task completion times for aircraft inspections. but now i am having trouble creating usable reports because it does not sum the time correctly after every 24 hrs it goes back to 0001 (times were stored as short time.
here is an example of how the tables work:
Aircraft(text--drop down box from another table), InspType(text drop down box), Date(Date), Task(text), StartTime(shorttime) StopTime(shorttime) TotalTime(calculated...[startTime]-1-[stopTime] this enables time to calculate correctly when working past midnight)
The report builds off a querie that with aircraft and insptype as the vairables....(i have question here too but will ask those later)
Questions:
1. For the report I used the report wizard in Access 10 and where the problem occurs is in the summary where i am asking it to sum the TotalTime. if it is less than 24 hours it works great but normally it is not. is there an easy way to allow it to go over 24 hours
2. right now for the querie i have to know the specific aircraft and specific inspection type. is there a way to make it when it asks for those veriables for them to be a dropdown box showing the available aircrafts and inspections from the maintable?
3. Also is there a way to make it that if i do not put any info in one of the variable blocks that it gives me all the info for example If i wan a summary of all HSC 1 inspection I would leave the aircraft block blank or if i wanted to see all the inspections against a paticular aircraft i would leave the inspection type blank...
Could/should questions 2 and 3 be done on the reportsForm vs the acual report with a button to run the report with the data from the form? These 2 are secondary to my main problem...I could write diffrent querries for these i suppose......
Thanks for your time