Easy Calculated Control Question

A

Alex

I can't seem to be able to write a calculated control expression without
getting ERROR# every time. =[Task] & "____" & [Task] is one example I've
tried. I'm putting it in the Data Control Source of a control. What am I
doing wrong? It's not just this one. I can't seem to write any of them
correctly. Thanks.
 
D

Douglas J. Steele

What's the name of the control? If it's Task, try changing it to something
else.
 
A

Alex

Gosh!!! That's it. I knew I was typing the expression correctly. Thanks so
much!

Douglas J. Steele said:
What's the name of the control? If it's Task, try changing it to something
else.

--
Doug Steele, Microsoft Access MVP

(no e-mails, please!)



Alex said:
I can't seem to be able to write a calculated control expression without
getting ERROR# every time. =[Task] & "____" & [Task] is one example I've
tried. I'm putting it in the Data Control Source of a control. What am I
doing wrong? It's not just this one. I can't seem to write any of them
correctly. Thanks.
 
Top