Hello,
I've basically finished the database etc but have hit on one little snag.
User3: IIf([InAnnualElecID]<1,[InAnnualElecCostID]/[Cost_Elec],[InAnnualElecID])
I'm sure that most of you know what the above does, 'but' if the original input field, 'InAnnualElecID' is left blank, nothing actually happens. Zero. If you populate 'InAnnualElecID' with, say 32, -32 or even 0, it functions as requested.
Have I hit the old IsNull thing? Basically, I need to find a way, once the initial Table has been populated, to fill in the missing cells with '0' instead of 'nothing'.
Any help would be appreciated as I do see the light at the end of the tunnel

Thanks All
Excalibur