Home
Search
 
What's New
Index
Books
Links
Q & A
Newsletter
Banners
 
Feedback
Tip Jar
 
 
 
 
 
 
 
 
Old Pages
 
Old Index
Site Map
What's New
 
Books
How To
Tips & Tricks
Tutorials
Stories
Performance
Essays
Links
Q & A
New in VB6
Free Stuff
Pictures
 
 
 
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-2003 Rocky Mountain Computer Consulting, Inc.   All rights reserved.
  Updated