Trouble with Text Box

G

Guest

I am trying to specify a text box's control source as:

=FormatDateTime(LLPREQDATE,2)

When I do so all that is displayed is "Error" in the text
box. The field LLPREQDATE when used alone as the control
source displays without error. What is the problem?
 
C

Chaplain Doug

My problem was that the control name and the control
source were the same. I fixed it. Thanks.
 
Top