Sam Summers
Registered User.
- Local time
- Today, 22:48
- Joined
- Sep 17, 2001
- Messages
- 939
Hi guys,
I have searched and searched and tried all sorts of things but nothing seems to work.
I am now baffled.
I have a form that on the 'OnClose' Event i am trying to delete a table called "TableFields"
So far i have tried these statements:
CurrentDb.TableDefs.Delete "TableFields"
DoCmd.DeleteObject acTable, "TableFields"
Among others suggested but it still stays there?
There must be a way surely?
Thanks in advance
I have searched and searched and tried all sorts of things but nothing seems to work.
I am now baffled.
I have a form that on the 'OnClose' Event i am trying to delete a table called "TableFields"
So far i have tried these statements:
CurrentDb.TableDefs.Delete "TableFields"
DoCmd.DeleteObject acTable, "TableFields"
Among others suggested but it still stays there?
There must be a way surely?
Thanks in advance