Set the Data control's properties:
- DatabaseName - Name of the data file
- RecordSource - Table to get data from
Set each TextBox's properties:
- DataSource - The Data control
- DataField - The field this control should display
Note that the control automatically updates records if the user makes a change and then repositions the Data control.
|