G
Guest
I can create a table with the following code but the table is not deleted
when I close the application.
DoCmd.RunSQL "CREATE TABLE tblTemp(Name Text (255),Qty Number); "
How can I create a temporary version of this same table that will be deleted
when the application is closed? I've tried putting TEMPORARY between CREATE
and TABLE without success.
when I close the application.
DoCmd.RunSQL "CREATE TABLE tblTemp(Name Text (255),Qty Number); "
How can I create a temporary version of this same table that will be deleted
when the application is closed? I've tried putting TEMPORARY between CREATE
and TABLE without success.