Hello,
I need to create a temp table for my one subroutine to work. I have a sub on form load even which checks if temp table exists or not. If it doesn't, then it creates it. Should I delete the temp table while closing the form or let it remain for next time usage? Will creating and then deleting and repeat the same cycle every time form is loaded and closed bloat the DB?
Best Regards,
Abdullah
I need to create a temp table for my one subroutine to work. I have a sub on form load even which checks if temp table exists or not. If it doesn't, then it creates it. Should I delete the temp table while closing the form or let it remain for next time usage? Will creating and then deleting and repeat the same cycle every time form is loaded and closed bloat the DB?
Best Regards,
Abdullah