Full Version: add to fields in a form
UtterAccess Discussion Forums > Microsoft® Access > Access Reports
Cguckian
Hi I am building my invoice and have got my total and vat fields. i basically want to know how to add two fields together

thanks
dashiellx2000
In the text box control source you put:

= [FieldOne] + [FieldTwo]

HTH.
Cguckian
tried that and it is asking for parameter values
dashiellx2000
Are your Totals and Vat field calculated controls? If so, you should calculate them in the underlying query and then your report calculation will work.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.