maxmangion
AWF VIP
- Local time
- Today, 09:11
- Joined
- Feb 26, 2003
- Messages
- 2,805
let's say i have a table with 3 fields: amount1, amount2, total. the total field should calculate the sum of amount1 and amount2. to achieve such a thing i usually create a query and then make the total field a calculated field. then i base any subsequent forms/reports on the query rather than on the table.
is this the correct procedure or such a thing should ideally be done by using the SetValue in Macros so that the total field in the table would not appear as 0 ?
is this the correct procedure or such a thing should ideally be done by using the SetValue in Macros so that the total field in the table would not appear as 0 ?