This is an error which arises from time to time, but not consistently. Within a main form I have a continuous subform which displays a number of detailed records. The subform includes a number of fields whose contents are concatenations of other fields within the subform. Occasionally, one of these concatenated fields displays #Type!, even though the source fields' data is fine and other visible detailed records show their data correctly - and when viewed on another PC, the same detailed record is also displayed correctly.
If I scroll through the subform and come back to the offending detailed record, it will be fine.
So I think there is nothing inherently wrong with the field's data, but there is some sort of race condition going on.
Wrapping the concatenation up in an IsError call to force a refresh wouldn't help as that would jump back to the first detailed record.
Any ideas ?
If I scroll through the subform and come back to the offending detailed record, it will be fine.
So I think there is nothing inherently wrong with the field's data, but there is some sort of race condition going on.
Wrapping the concatenation up in an IsError call to force a refresh wouldn't help as that would jump back to the first detailed record.
Any ideas ?