Home
Search
 
What's New
Index
Books
Links
Q & A
Newsletter
Banners
 
Feedback
Tip Jar
 
C# Helper...
 
XML RSS Feed
Follow VBHelper on Twitter
 
 
MSDN Visual Basic Community
 
 
 
 
 
 
TitleUse a database with a Data control
KeywordsData control, database
CategoriesDatabase, Controls
 
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.

 
 
Copyright © 1997-2010 Rocky Mountain Computer Consulting, Inc.   All rights reserved.
  Updated