DreamGenius
Annoying Questionner
- Local time
- Today, 18:54
- Joined
- Jul 29, 2004
- Messages
- 116
First, I apologise if this is in the wrong forum - please feel free to move it. I think though that it's more VBA related than Query.
My client has a split database on which development of the front end is ongoing but the database is in use. On upgrading the front end, it's necessary to open the old and new front ends to drag and drop queries that have been created since the last upgrade into the new copy of the front end.
I've been thinking that if queries were saved to a text file, with name and code, a VBA function could read the text file as a recordset and, using CreateQueryDef, recreate all the backed-up queries.
Is this possible, or even feasible, or am I just dreaming.
Is it possible, easier, simpler, better to store these queries in the back end, where they won't be replaced?
My client has a split database on which development of the front end is ongoing but the database is in use. On upgrading the front end, it's necessary to open the old and new front ends to drag and drop queries that have been created since the last upgrade into the new copy of the front end.
I've been thinking that if queries were saved to a text file, with name and code, a VBA function could read the text file as a recordset and, using CreateQueryDef, recreate all the backed-up queries.
Is this possible, or even feasible, or am I just dreaming.