L
lynn atkinson
What is wrong with the following expression?
calc date due: (DateAdd("m",[course details]!
[qualification duration],[event schedule]![date]))
This calculation works when I do it in a query, but when I
try to create the same calculation in an unbound field on
a form, I get #Name? returned in the field.
I cannot use the calculated field in created in a query
because then it interferes with the records I am trying to
select in the query. (This is another issue I am working
on!)
If anyone can explain why the expression above does not
work, I would be most grateful. Is it because the
references to the tables and the fields are not correct in
programming language for the field to find the correct
data? If so, how do I write this. The fields in question
do not appear in the query I have based the form on. Does
this matter if I refer to them long-hand.
Hope all this makes sense.
calc date due: (DateAdd("m",[course details]!
[qualification duration],[event schedule]![date]))
This calculation works when I do it in a query, but when I
try to create the same calculation in an unbound field on
a form, I get #Name? returned in the field.
I cannot use the calculated field in created in a query
because then it interferes with the records I am trying to
select in the query. (This is another issue I am working
on!)
If anyone can explain why the expression above does not
work, I would be most grateful. Is it because the
references to the tables and the fields are not correct in
programming language for the field to find the correct
data? If so, how do I write this. The fields in question
do not appear in the query I have based the form on. Does
this matter if I refer to them long-hand.
Hope all this makes sense.