copying application code only or code and application togheter to another mdb file

T

thread

Hi all,
is there an option to copy the code in one MDB to another file or just
to copy application+code to a diffrent MDB file?
 
6

'69 Camaro

Hi.
is there an option to copy the code in one MDB to another file or just
to copy application+code to a diffrent MDB file?

I'm not sure what you mean by "copy application+code," but if you want to
copy standard VBA modules and classes, then you can import them to the other
MDB database file. VBA modules behind the form or report must be imported
as whole forms or reports, not just their VBA code modules. However, if
you're talking about copying only VBA code modules to text files and
importing them into your other MDB database file, then please see the
following Web page for the article, "Export All VBA Code":

http://www.Access.QBuilt.com/html/export_code.html

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
Blogs: www.DataDevilDog.BlogSpot.com, www.DatabaseTips.BlogSpot.com
http://www.Access.QBuilt.com/html/expert_contributors2.html for contact
info.
 
T

thread

ok thanks
'69 Camaro כתב:
Hi.


I'm not sure what you mean by "copy application+code," but if you want to
copy standard VBA modules and classes, then you can import them to the other
MDB database file. VBA modules behind the form or report must be imported
as whole forms or reports, not just their VBA code modules. However, if
you're talking about copying only VBA code modules to text files and
importing them into your other MDB database file, then please see the
following Web page for the article, "Export All VBA Code":

http://www.Access.QBuilt.com/html/export_code.html

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
Blogs: www.DataDevilDog.BlogSpot.com, www.DatabaseTips.BlogSpot.com
http://www.Access.QBuilt.com/html/expert_contributors2.html for contact
info.
 
Top