change table

A

Allen Browne

Assign a new string the the SQL property of the QueryDef, e.g.:

dbEngine(0)(0).QueryDefs("MyQuery").SQL = "SELECT FROM MyNewTable ...
 
Top