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

  • Thread starter Thread starter thread
  • Start date Start date
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?
 
thread said:
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?

You can import all of the modules, but if you want to include the code found in
reports and forms then you would need to import all of the reports and forms as
well.

Not sure what you mean by "application+code".
 
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.
 
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.
 
Back
Top