Is it possible to make Access open a form based upon the results of a calculated field on another form?
I have a form for data input into an underlying table.
The field names on the form are FA1, FA2, FA3.
I have another field named FASUM which is the sum of FA1+FA2+FA3.
And then another field which is named FAAVG which is
FASUM / 3.
I want to set a criteria tht if the average of the three fields is >= a set number (lets say 10)for example, then it triggers a pop-up form that says "Do You Want to Issue An Alert?" with two action buttons... 1 would be yes which would run a macro that printed and emailed a report and the second button would just be NO and would cancel and close the pop-up form.
Could someone please coach me on how this could be accomplished? I sincerely appreciate your help and patience.
Labprof
I have a form for data input into an underlying table.
The field names on the form are FA1, FA2, FA3.
I have another field named FASUM which is the sum of FA1+FA2+FA3.
And then another field which is named FAAVG which is
FASUM / 3.
I want to set a criteria tht if the average of the three fields is >= a set number (lets say 10)for example, then it triggers a pop-up form that says "Do You Want to Issue An Alert?" with two action buttons... 1 would be yes which would run a macro that printed and emailed a report and the second button would just be NO and would cancel and close the pop-up form.
Could someone please coach me on how this could be accomplished? I sincerely appreciate your help and patience.
Labprof