Access runtime

V

VBAgroupie

Thank you for the help. It is much appreciated. The runtime version
included, is that the MDE creation? I tried that but it was unable to
create, it said I had too many files. I do have problem probably around 100
objects (forms, tables, reports, & queries). Is this too much to create the
MDE? If so, will I still have the same problem with the distribution
version? Thanks again!
 
C

Craig Alexander Morrison

Try to compile your application and see if that throws anything up.

You need to have an application that can successfully compile before you can
create the MDE version of the file.

This is a standard part of Access, the right to distribute the Access
Runtime is a licence that is purchased either with the Visual Studio Tools
for Microsoft Office System 2003 or the MSDN Universal Subscription.

I believe 32,768 is the limit for objects (forms, reports, queries and
modules (and tables although these should be in a tables only central
database), our largest was barely 25,000 (vbg).
 
Top