handlebarry
Technical User
hi - I have a subform (subform A) with a query as a datasource. One of the query fields is a "calculation":
Days Late: IIf([Day1]<=14,"On Time",([Day1]-14)) & IIf([ContractStatus]="NOE PREPARATION","NOE")
Users can jump into another form by double clicking on a unrelated field. However when the user closes this form an error appears on subform A in the field based on Days late -"#Error"
I've tried refreshing, requerying and even recalc-ing the field but this does not work.
Can someone offer some advice please.
Days Late: IIf([Day1]<=14,"On Time",([Day1]-14)) & IIf([ContractStatus]="NOE PREPARATION","NOE")
Users can jump into another form by double clicking on a unrelated field. However when the user closes this form an error appears on subform A in the field based on Days late -"#Error"
I've tried refreshing, requerying and even recalc-ing the field but this does not work.
Can someone offer some advice please.