How to Copy a Record from One Table to Another in VB (110588)
The information in this article applies to:
- Microsoft Visual Basic Standard Edition for Windows 3.0
- Microsoft Visual Basic Professional Edition for Windows 3.0
This article was previously published under Q110588 SUMMARY
A physical table in a database has records (rows) and fields (columns). A
single record contains a single row of field values.
To copy a record in one table to another table, you need to copy all the
fields in the source record to the corresponding fields in the destination
record. You can do this by using the Value property of the Fields
collection, or by using an SQL statement.
| Modification Type: | Major | Last Reviewed: | 10/29/2003 |
|---|
| Keywords: | KB110588 |
|---|
|