|
-
Jul 18th, 2000, 08:48 AM
#5
DB Editor
If there are only 2 fields, I would just use the Data control and 2 text boxes.
Apart from this, for slightly larger programs, I would use the datagrid control (from selecting project...references menu).
Draw the data control onto your form, in the properties window, click into the databasename property & select the database, recordset (ie a table), and recordsource (ie - the name of the table) from there.
After that, you can set the datagrid's datasource as the same name as the data control and use either ADO or DAO to alter the tables etc.
Hope this helps!
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
|