Hi, I'm a total Access newbie with no experience with databases at all. I am a 72 Year old retiree looking for something to occupy my time. Boy did I pick one!!
I am trying to develop a small repair order database for my son who owns a small trucking company. I have developed a bunch of tables and linked them with primary and foreign keys and everything seems to work quite well. I have a Repair Order entry form that has 3 subforms, one for Parts, one for Labor and one for Tires. The main form contains 4 calculated fields, with total costs for each of the three subforms and the fourth is a total of the the three for a grand total. If each calculated field contains data everything works as it should. But if one is blank (ie) no data because there were no parts used, or there were no tires replaced, the grand total field is blank. (The correct answer is there because it appears momentarily, but then gets hidden). This field's formula is "[ =([PartsCost]+[LabourCost]+[TireCost])"] How do I get this field to display the total if one of the three parts is an empty (or null, I guess) field?
Of course, the same thing happens when I try to print a report called a ["Monthly Repair Order Summary"]
I have managed to get the database this far, but can't get meaningful reports out of it yet. Any assistance you can provide would be greatly appreciated.