D
dhstein
In this code below:
DoCmd.RunSQL "DELETE * FROM tblCostChanges;"
DoCmd.RunSQL "INSERT INTO tblCostChanges SELECT * FROM qryCostChanges;"
Do the fields have to be identical in the query and the table? Same names ?
Same datatypes ? Same sizes? Thanks for any help on this.
DoCmd.RunSQL "DELETE * FROM tblCostChanges;"
DoCmd.RunSQL "INSERT INTO tblCostChanges SELECT * FROM qryCostChanges;"
Do the fields have to be identical in the query and the table? Same names ?
Same datatypes ? Same sizes? Thanks for any help on this.