I pass an sql statement via code using the
ssql = Select Field, Field, Field
Into tblreportrecords
from tblname
where
This has worked fine for the last 4 weeks - it was reacting as I expected. It deleted all of the records in the table each time that the ssql was run leaving the structure behind. Today all of the sudden, it has started deleting the records as well as the structure. Without the structure to pass the records each run, I can not execute reports as they are dependent on the resultant table. Any ideas would be very helpful.
Lhuffst
ssql = Select Field, Field, Field
Into tblreportrecords
from tblname
where
This has worked fine for the last 4 weeks - it was reacting as I expected. It deleted all of the records in the table each time that the ssql was run leaving the structure behind. Today all of the sudden, it has started deleting the records as well as the structure. Without the structure to pass the records each run, I can not execute reports as they are dependent on the resultant table. Any ideas would be very helpful.
Lhuffst