Hi,
I m using Delphi 5
I have these componant on my form: Datasource, ADOTable, and ADOQuery
I want to save the result of an ADO query ADOQuery1 as a table (TableQuery1.mdb) so that I can used it later as the DataSource of a new query ADOQuery2.
Best Regards.