SyntaxSocialist
Registered User.
- Local time
- Today, 12:52
- Joined
- Apr 18, 2013
- Messages
- 109
So are you suggesting I should:
every time btnRunQuery is clicked?
- Create an empty table,
- Create a QueryDef,
- Use that QueryDef to populate the table, and
- Delete the created QueryDef object and clear the populated table
every time btnRunQuery is clicked?