samonwalkabout
Registered User.
- Local time
- Today, 01:57
- Joined
- Mar 14, 2003
- Messages
- 185
I have a complex Form with subform. The subform is based on a qry which pulls data from a temptbl. I want to be able to re-create the temptbl and then requery the subform. Access wont allow me to delete the old temp table as its locked in use on the subform.
Is there some way of disconnecting the SQL connection of the subform to the table for a few seconds so i can run my code and recreate the table?
Many thanks
Sam
Is there some way of disconnecting the SQL connection of the subform to the table for a few seconds so i can run my code and recreate the table?
Many thanks
Sam