R
renold1958
Have a query with 2 fields.
1. Price
2. GST
Now I need to create a field wich adds both of them up.
TotalCost:[price]+[gst]
All works fine, except when there is no value in the GST
field for a record, so the TotalCost for that record adds
up to null aswell.
Forgot what to put before [gst], when there is no value in
that field, but it still gives me a TotalCost value.
Thanks
1. Price
2. GST
Now I need to create a field wich adds both of them up.
TotalCost:[price]+[gst]
All works fine, except when there is no value in the GST
field for a record, so the TotalCost for that record adds
up to null aswell.
Forgot what to put before [gst], when there is no value in
that field, but it still gives me a TotalCost value.
Thanks