Tabular Form.

  • Thread starter Thread starter Alex.
  • Start date Start date
A

Alex.

I have a Tabular Form, with one column consisting of
unbound fields.
How do I access this unbound field for particular records?
If I enter a value in any of the unbound field, the
unbound field for all records get the same value (global
variable).
Thanks.
 
Alex. said:
I have a Tabular Form, with one column consisting of
unbound fields.
How do I access this unbound field for particular records?
If I enter a value in any of the unbound field, the
unbound field for all records get the same value (global
variable).
Thanks.

That's the essence of an unbound control -- it's the same for all
records. What would it mean to "access [the] unbound field for [a]
particular record"? What is the purpose of this unbound control, and
what do you want to do with it?
 
Back
Top