I have a datasheet Form that is based on a query.
On the form I have 12 unbound text boxes that Sum data from other fields eg; =Sum([fieldname]).
The form was working fine and then for no apparent reason these text boxes appeared
with an “#Error” instead of a value.
The data in the query hasn't changed and if I create a new form based on the same query and create a text box with
the same expression it displays the 'correct' values, while the original Form/text boxes with the same expressions display an
error! (so if I ‘re-create’ all of the text boxes I’ll have a fully working form again, but i want to stop this from re-occurring).
Is there any way I can find out what is causing the “#Error” in the text boxes???
(Using Access 2007 on Win XP).