M
mark
Hi,
I am trying to make a table from code.
The same SQL is working in a query,
But when running the following in code - nothing happen
(not even an error message)
srtSQL = "SELECT Action.action INTO test FROM [Action]"
CurrentDb.Execute srtSQL
Is it not possible to create a teble from code?
Many thanks,
Mark
I am trying to make a table from code.
The same SQL is working in a query,
But when running the following in code - nothing happen
(not even an error message)
srtSQL = "SELECT Action.action INTO test FROM [Action]"
CurrentDb.Execute srtSQL
Is it not possible to create a teble from code?
Many thanks,
Mark