Hi Everyone!
I have a report that builds a customer invoice.
There is a sub total, VAT and Grand total figure.
The sub total called txt100 does =Sum([Job Price])
the VAT figure, called txt101 does =(([txt100]/100)*17.5)
the grand total, called txt102 does =([txt100]+[txt101])
Which works fine, until I close and re open access, then txt101 and txt102 return a #NAME? error.
Any ideas why? and If there is a better way of returning the correct figures.
Ta!
I have a report that builds a customer invoice.
There is a sub total, VAT and Grand total figure.
The sub total called txt100 does =Sum([Job Price])
the VAT figure, called txt101 does =(([txt100]/100)*17.5)
the grand total, called txt102 does =([txt100]+[txt101])
Which works fine, until I close and re open access, then txt101 and txt102 return a #NAME? error.
Any ideas why? and If there is a better way of returning the correct figures.
Ta!