G
Greg
How do I copy some of the fields in MyTable to MyNewTable where
MyTable.RecordID = MyForm.RecordID. The field names are common to both tables
and there are lots of them. Is there a spiffy way to do this without making
each MyNewTableField = MyTableField? Something like, for each field in
MyTable, stick it in the correspondingly named field in MyNewTable. Any help
would be greatly appreciated.
MyTable.RecordID = MyForm.RecordID. The field names are common to both tables
and there are lots of them. Is there a spiffy way to do this without making
each MyNewTableField = MyTableField? Something like, for each field in
MyTable, stick it in the correspondingly named field in MyNewTable. Any help
would be greatly appreciated.