I have struggled my way in designing a database to calculate and print invoices.<br>I have now almost finished, but stuck at one of the last hurdles.<br>I have an invoice inputting form. Included within the form are three sub-forms. Which you can access through a 'tab control'<br>The three of an invoice that require data inputting and extended prices calculating are 'Parts used''Labour''+'Sub-contract cost'.<br>On the main form I have fields that calculate the totals for the three data input veriables. <br>Also there are grand total fields that calculates the three sub-totals including tax and execluding tax. <br>All works fine if the invoice is made up of costs in 'parts,Labour and Sub-contract'.<br>The PROBLEM is that not all of the invoiced jobs are made up of 'Parts, labour + Sub-contract'. <br>For example a job may consist of only sub-contract costs. This information is inputted into the relevant sub-form the extended price is displayed in the correct field but the grand total fields are not displaying anything.<br>They only seem to display on invoices made up of 'Parts,labour + Sub-contract'.<br>The grand total fields have the following expression in the control source:[Parts]+[Labour]+[SubContract]<br>What do I need to do?<br>Thanks<br>Andy<br><A HREF="mailto:andy.blake@honeywell.com">andy.blake@honeywell.com</A>