Hello,
I have a form called RISK that pulls data from a table called RISK. I want to display a calculated field (read only) on the RISK form which represents the sum of the following table fields:
R_COST_IMP.value
R_SCHED_IMP.vaue
R_PERF_IMP.value
The following foreign keys link the R_COST_IMP, R_SCHED_IMP and R_PERF_IMP tables to the RISK table:
RISK.rci_id -> R_COST_IMP.rci_id
RISK.rsi_id -> R_SCHED_IMP.rsi_id
RISK.rpi_id -> R_PERF_IMP.rpi_id
Any ideas would be greatly appreciated!
I have a form called RISK that pulls data from a table called RISK. I want to display a calculated field (read only) on the RISK form which represents the sum of the following table fields:
R_COST_IMP.value
R_SCHED_IMP.vaue
R_PERF_IMP.value
The following foreign keys link the R_COST_IMP, R_SCHED_IMP and R_PERF_IMP tables to the RISK table:
RISK.rci_id -> R_COST_IMP.rci_id
RISK.rsi_id -> R_SCHED_IMP.rsi_id
RISK.rpi_id -> R_PERF_IMP.rpi_id
Any ideas would be greatly appreciated!