I have a continuous form that contains an unbound calculated control on each record. For the form, AllowAdditions=True so I get the * on the new empty record at the bottom of the form (which is what I want).
The calculated control works properly for all the records in the continuous form except for the new empty record with the * which displays "#Error". Since it is an empty record and the calculated control relies on another entry in that record, I want the calculated control to be blank if the field it draws upon hasn't been entered.
Any ideas?
Thanks!
The calculated control works properly for all the records in the continuous form except for the new empty record with the * which displays "#Error". Since it is an empty record and the calculated control relies on another entry in that record, I want the calculated control to be blank if the field it draws upon hasn't been entered.
Any ideas?
Thanks!