Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

DATA CONTROL

Using data control is a two-step


process. The first is by placing a
data control on a form and set
the properties to link it to a
database file and table

DATA-BOUND CONTROL

You create the controls, such as labels


and text boxes, to display the actual
data. Each control is a bound to
particular field in the table which the
label is called a data bound control and
automatically displays the contents of
bound field when the project runs.
Data control generally links one If you want to have data-bound
form with one table.
controls on second form, you must
place a data control on that form.
Prefix of data control is dat
For data-bound control prefix depends
upon the control which you are using.
Data control to work you needs To display data on the data-bound
to set some properties to connect control that you are using like labels or
with
database
like
connect textboxes. You need set its data source
property,
database
name property and data field name which is
property, and record source column name form the table.
property.

You might also like