control source on a form

  • Thread starter Thread starter Curtis
  • Start date Start date
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
 
It could be that the name you bounded the text box to, doesnt exist in the
record source that the form is bounded to.
 
Back
Top