W
WonderingWhy
What copies fine? What code doesn't travel? How did
you "copy" this?
To move a macro (and I am assuming you do mean macro and
not a VBA module), try selecting what you want to export
highlight the item you wish to export, then File:Export...
from the Access menu.
If you mean that the associated sql doesn't copy (i.e. you
get the macro moved but not the query), you have to also
export the sql query. Just like you export the macro. And
note that if the tables are needed they will also have to
be exported.
Hope this helps.
specific query to another database. It copies fine, but
the code doesn't travel with it.
you "copy" this?
To move a macro (and I am assuming you do mean macro and
not a VBA module), try selecting what you want to export
highlight the item you wish to export, then File:Export...
from the Access menu.
If you mean that the associated sql doesn't copy (i.e. you
get the macro moved but not the query), you have to also
export the sql query. Just like you export the macro. And
note that if the tables are needed they will also have to
be exported.
Hope this helps.
table. I want to copy the macro that runs this sql------Original Message-----
I have sql specific code that creates a field in a
specific query to another database. It copies fine, but
the code doesn't travel with it.