Tabular Form.

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.
 
D

Dirk Goldgar

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top