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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ACCESS - Bound vs Unbound

Status
Not open for further replies.

Hawkide

Technical User
Joined
Oct 8, 2003
Messages
159
Location
US
I have created simple databases using MS Access, but I am far from Access literate. Can someone please explain the meaning "UNBOUND" and "BOUND" as far as Access is concerned. TIA [Pumpkin]
 
Hi Hawkide,

If you select a table or query as the record source for a form you can then select from the list of fields available for the control source of text boxes and other controls on the form. Text boxes set up this way are Bound controls.

If you need to do a DLookup or other calculated control, it will be unbound. If you create a new text box, it will say unbound until you select a control source. If there is no record source selected for the form all controls will be unbound. There are other features available such as linking subforms to the data in the main form.

There are advantages to both. If you need more assistance let me know what you are trying to accomplish.

Hoping this helps,

alr

 
Thanks...your explanation is pretty much in line with what I had guessed based on the meanings of the words "Bound" and "Unbound", but you have made it more clear and I feel a little more confident in moving forward. I am trying to learn from a book that might cater to a user that has a bit more Access experience than myself. Thanks again...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top