control source on a form

C

Curtis

I have a form that is supposed to do calculations based on an already
calculated field and a manual entry but when I set my control source to the
already calculated field in my data base I get #NAME?? showing in the
textbox. What is causing me this problem
 
O

Ofer

It could be that the name you bounded the text box to, doesnt exist in the
record source that the form is bounded to.
 
Top