Quote from
m.burdess on September 29, 2025, 12:47 pm
I'm trying to copy a table from an Access database and rename it.
dbpExecSQL "Mydatabase" "CREATE TABLE [TableName] AS; SELECT * ; FROM Cust_1;" ""
The code above will create the table but without any Fields, so making the table useless for adding records.
Can anyone help and explain where i'm going wrong please.
I'm trying to copy a table from an Access database and rename it.
dbpExecSQL "Mydatabase" "CREATE TABLE [TableName] AS; SELECT * ; FROM Cust_1;" ""
The code above will create the table but without any Fields, so making the table useless for adding records.
Can anyone help and explain where i'm going wrong please.