|
-
Feb 2nd, 2010, 12:12 PM
#2
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.
Last edited by RhinoBull; Feb 2nd, 2010 at 12:26 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|