Results 1 to 7 of 7

Thread: [RESOLVED] What is Bound and unbound control?

Threaded View

  1. #2
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: What is Bound and unbound control?

    A bound control is control that is permanently bound (or connected) to a data source (data control).
    To accomplish that you'd drop a data control control (note: there 2 types - dao and ado) on the form, configure its database connection, assign source (table, query, view...) and finally assign data control as a source for your control.
    Otherwise everything needs to be done manually - a lot more coding but you gain a lot more flexibility.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width