It can, but it is very bad practice to do so in a normalized database, no
calculated data should be stored unless the work involved in re-creating the
calculation is more cumbersome than current equipment could be expected to
acheive in a reasonable time.
That's correct. You can use a query:
Total:[FieldA] + [FieldB]
or directly in the control source of an UNBOUND control on a form or
in a report:
=[FieldA] + [FieldB]
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.