Re: Moving Access queries from a DB to another
- From: "Dominic" <dommyd2@xxxxxxxxxxxx>
- Date: Tue, 29 Apr 2008 10:17:50 +0930
Hi Serge
This is probably not what you want to hear, but I tend to stick with MS
Access VBA code to do any metadata changes from one database to another. In
a couple lines of code, you can copy any object from one db to another.
Basically I have an MDE that i distribute with my application that compares
an empty access database with the clients version and adds any new tables,
indexes, fields, relationships, queries, forms, reports etc. You can also
call compacts and repairs.
While you can probably to it with OpenSchema (personally I have not tried
it), I would recommend attempting it in MS Access.
Regards
Dominic
"Serge Myrand" <serge.myrand@xxxxxxxxxxxxxxxxxx> wrote in message
news:4815e55a@xxxxxxxxxxxxxxxxxxxxxxxxx
Hello,Using
I need to move several Queries from an Access 2000 db to another one.
OpenSchema, I can get the list of existing views, but I do not want tohave
to read all the fields and to use CREATE VIEW to recreate all queries. I
look for something that allow me to copy the SQL text from one db to
another. Is that possible? Any hint will be appreciated.
thank you in advance
serge
.
- Follow-Ups:
- Re: Moving Access queries from a DB to another
- From: Serge Myrand
- Re: Moving Access queries from a DB to another
- References:
- Moving Access queries from a DB to another
- From: Serge Myrand
- Moving Access queries from a DB to another
- Prev by Date: Re: Row can not be located ... on Delete
- Next by Date: OEM ANSI problems.
- Previous by thread: Moving Access queries from a DB to another
- Next by thread: Re: Moving Access queries from a DB to another
- Index(es):
Relevant Pages
|