when binding a control to a field not from a loaded form it cause.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

when I make a textbox in a form and I try to bind a control to a feild not
from loaded forms I get #error.(if I bind a control to a feild from it's
subform I don't have any problem)
 
sara said:
when I make a textbox in a form and I try to bind a control to a feild not
from loaded forms I get #error.(if I bind a control to a feild from it's
subform I don't have any problem)

Please clarify "...I try to bind a control to a field not from loaded forms..."

A control can only be bound to a field from the RecordSource that the
report/form it resides on is bound to. Otherwise it can contain an expression
that returns a result. That expression can reference other open forms or
reports or can include a function that uses data from other sources (like
DLookup).

What exactly is the ControlSource that you are entering?
 
Back
Top