C
CW
My qryAllRecords includes all order records and shows a variety of data. One
of the fields is InvoiceValue.
The source for that field is another query (qryOrdersInvoiced) which lists
all orders that have been invoiced.
When qryAllRecords includes an order that hasn't been invoiced yet, the
InvoiceValue field displays #Error because it hasn't found anything in
qryOrdersInvoiced.
I can understand this, but would like it to show 0.00 rather than #Error.
How can I achieve this?
Many thanks
CW
of the fields is InvoiceValue.
The source for that field is another query (qryOrdersInvoiced) which lists
all orders that have been invoiced.
When qryAllRecords includes an order that hasn't been invoiced yet, the
InvoiceValue field displays #Error because it hasn't found anything in
qryOrdersInvoiced.
I can understand this, but would like it to show 0.00 rather than #Error.
How can I achieve this?
Many thanks
CW