D
Dkline
I have a main form with several subforms. Each subform has a total for all
of the current transactions. The main form displays these totals.
As I walk through the records, there are some records which don't have any
transactions. On one of the subforms for a particular customer, the
=sum([TransactionAmount]) is blank as he did not have that particular type
of transaction. On the main form it shows #Error. How can I get around the
"#Error" being displayed?
Also, as this application is not to be used to edit/enter data, what is the
best design for me to only show the information? Do I simply change the
RecordSetType to Snapshot?
of the current transactions. The main form displays these totals.
As I walk through the records, there are some records which don't have any
transactions. On one of the subforms for a particular customer, the
=sum([TransactionAmount]) is blank as he did not have that particular type
of transaction. On the main form it shows #Error. How can I get around the
"#Error" being displayed?
Also, as this application is not to be used to edit/enter data, what is the
best design for me to only show the information? Do I simply change the
RecordSetType to Snapshot?