R-List-
I have an rff form and a timer that runs within that form and runs every 10 minutes and could run days. I have a routine to create a temp table, count files, return the value in a variable and then disconnect. Because this is a rff form and the disconnect is in the form, I reconnect in the timer. I have to connect db, re-create the temp table, and count files etc... I cannot find a way to tell a temp table to stay in a db till the rff disconnects. My question is db and future size. Do you think it would be best just to create a temp db, load the above and then delete. Or continue using the current db - re-connect, make temp table disconnect (it drops the temp!) ? Any known issues? Sincerely, Paul D

