P
pietlinden
Hopefully a dumb question...
Say I have a ton of pre-existing databases on which I need to run the
same standard routines - e.g. create a union query to generate a
normalized view of a table's data,
create several summary queries... etc
I need to run these routines on pretty much every database - the logic
of what gets created could get determined by a function...
Would I put all this code into an MDA and then just register it and
run the stuff? Or would I be better off putting the code into a
regular MDE that could attach to another database and do all the work
under the covers?
If I would be better off creating an MDA, is there a good link
somewhere that explains how to do it?
(I'm using Access 2002, if it matters.)
Thanks
Say I have a ton of pre-existing databases on which I need to run the
same standard routines - e.g. create a union query to generate a
normalized view of a table's data,
create several summary queries... etc
I need to run these routines on pretty much every database - the logic
of what gets created could get determined by a function...
Would I put all this code into an MDA and then just register it and
run the stuff? Or would I be better off putting the code into a
regular MDE that could attach to another database and do all the work
under the covers?
If I would be better off creating an MDA, is there a good link
somewhere that explains how to do it?
(I'm using Access 2002, if it matters.)
Thanks