Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unbound control on a continuous form

Status
Not open for further replies.

mas5

Programmer
Dec 15, 2002
98
US
I have an unbound control on a continuous form. When I make an entry on one line in this unbound control on the continuous form, the other copies of this unbound control also reflect this one entry. Is there any way around that?
 
The short answer is... No!

The way continuous forms work is they display information from multiple table records on the form through the use of fields that are bound to the table. Unbound fields, since they are not connected with any single record in the table, will display in every row, but it is really only one field with one set of properties. Changing the properties (including the value) of the field will change ALL occurrences of that field on the form.
 
Thanks for the info. That's what I was afraid of.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top