G
Guest
I have a text box which calculates the number of places left available on a
training course. the calculation is as follows
=IIf([room capacity]=Null,[max participants]-[text30],IIf([room
capacity]<[max participants],([room capacity]-[text30]),([max
participants]-[Text30])))
Can I just display this text box on another form with out working out the
calculation again?
If not, how do I make the calculation refer to the correct fields on the
other form?
hope this makes sense
training course. the calculation is as follows
=IIf([room capacity]=Null,[max participants]-[text30],IIf([room
capacity]<[max participants],([room capacity]-[text30]),([max
participants]-[Text30])))
Can I just display this text box on another form with out working out the
calculation again?
If not, how do I make the calculation refer to the correct fields on the
other form?
hope this makes sense