473,503 Members | 2,126 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Can't create an MDE

I am using Access 2000 .

My program has about ten tables and about eighteen forms.
When I try to make an MDE I get a message saying "Microsoft Access was
unable to create an MDE database"

When I looked this up on Google I found a link to
http://support.microsoft.com/kb/202304/EN-US/ .

The article says The Microsoft Jet database engine version 4.0 allows a
maximum of 2048 open TableIDs at one time.

I have no idea why my modest program can't be saved as an MDE, but I don't
think the the above has anything to do with it.

Any suggestions would be welcome.
Aug 1 '06 #1
5 3254
RICHARD BROMBERG wrote:
I am using Access 2000 .

My program has about ten tables and about eighteen forms.
When I try to make an MDE I get a message saying "Microsoft Access
was unable to create an MDE database"

When I looked this up on Google I found a link to
http://support.microsoft.com/kb/202304/EN-US/ .

The article says The Microsoft Jet database engine version 4.0 allows
a maximum of 2048 open TableIDs at one time.

I have no idea why my modest program can't be saved as an MDE, but I
don't think the the above has anything to do with it.

Any suggestions would be welcome.
Open the VBA code editor window and compile your project. Most likely you
have some bad code and that should show you where it is so you can fix it.
Once the project compiles without errors then you should be able to make an
MDE.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Aug 1 '06 #2
"RICHARD BROMBERG" <no*****@att.netwrote in message
news:a%*********************@bgtnsc05-news.ops.worldnet.att.net...
>
I have no idea why my modest program can't be saved as an MDE, but I don't
think the the above has anything to do with it.

Any suggestions would be welcome.

Do you have any VBA code? If so, have you compiled it?

Keith.
www.keithwilby.com
Aug 1 '06 #3
Any suggestions would be welcome.

Check VBA references.

Is the version of your MDB the same of your Access?

--
PBsoft di Gabriele Bertolucci
www.pbsoft.it
skype: pbsoftsolution
Aug 1 '06 #4
"RICHARD BROMBERG" <no*****@att.netwrote in
news:a%*********************@bgtnsc05-news.ops.worldnet.att.net:
I am using Access 2000 .

My program has about ten tables and about eighteen forms.
When I try to make an MDE I get a message saying "Microsoft
Access was unable to create an MDE database"

When I looked this up on Google I found a link to
http://support.microsoft.com/kb/202304/EN-US/ .

The article says The Microsoft Jet database engine version 4.0
allows a maximum of 2048 open TableIDs at one time.

I have no idea why my modest program can't be saved as an MDE, but
I don't think the the above has anything to do with it.

Any suggestions would be welcome.
Go to this page:

http://allenbrowne.com/tips.html

and search for the Corruption/Repair heading and read those
articles. The usual cause of an MDE conversion failure is that your
VBA project is corrupted in a minor way. Decompiling usually fixes
it or will flush out the reason why it can't be compiled to an MDE.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Aug 1 '06 #5
Once again, thanks .

There was an unused code fragment that had been used for testing/debugging
and it contained an error that couldn't compile.

The problem went away when I removed it.

"David W. Fenton" <XX*******@dfenton.com.invalidwrote in message
news:Xn**********************************@127.0.0. 1...
"RICHARD BROMBERG" <no*****@att.netwrote in
news:a%*********************@bgtnsc05-news.ops.worldnet.att.net:
I am using Access 2000 .

My program has about ten tables and about eighteen forms.
When I try to make an MDE I get a message saying "Microsoft
Access was unable to create an MDE database"

When I looked this up on Google I found a link to
http://support.microsoft.com/kb/202304/EN-US/ .

The article says The Microsoft Jet database engine version 4.0
allows a maximum of 2048 open TableIDs at one time.

I have no idea why my modest program can't be saved as an MDE, but
I don't think the the above has anything to do with it.

Any suggestions would be welcome.

Go to this page:

http://allenbrowne.com/tips.html

and search for the Corruption/Repair heading and read those
articles. The usual cause of an MDE conversion failure is that your
VBA project is corrupted in a minor way. Decompiling usually fixes
it or will flush out the reason why it can't be compiled to an MDE.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/

Aug 1 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
17954
by: M. Mehta | last post by:
It seems that you can not create a materialized view if you are using outer joins...can someone please verify this? Thanks M. Mehta Please follow my example below: created 2 tables:
5
1653
by: mikharakiri_nospaum | last post by:
Is hierarchical aggregated total expressible in XQuery? Given <emp name = ALLEN sal = 2000> <emp name = SMITH sal = 1500> </emp> <emp name = MILLER sal = 1800> <emp name = ADAMS sal = 1000>...
65
12509
by: Skybuck Flying | last post by:
Hi, I needed a method to determine if a point was on a line segment in 2D. So I googled for some help and so far I have evaluated two methods. The first method was only a formula, the second...
15
12765
by: Brian Rogers | last post by:
Hello everyone, I apologize for the cross and re-post, but I am still searching for an answer. Why can C++ can create this object, but C# can't? I am trying to create an instance of the...
2
2254
by: Migrant | last post by:
Hi Friends; I want develop a group logic with C# (n tier refraction).I know I must create a Class and inherit it But I don't have enough know-how about develop classes. Somebody can help me? ...
3
9811
by: Sushil Srivastava | last post by:
Hi Guys, Would you be able to help me using C# GUI (with user interface component) in my MFC application. I have used managed extension, COM-interops, etc but problem is this C# component has...
5
1899
by: Just Me | last post by:
Given a button name Btn_5 and Index=5 I want to do something like dim zz as string = Btn_??Index??.Text or given an array of buttons, do:
37
3245
by: Steven Bethard | last post by:
The PEP below should be mostly self explanatory. I'll try to keep the most updated versions available at: http://ucsu.colorado.edu/~bethard/py/pep_create_statement.txt...
12
2501
by: Tony Ciconte | last post by:
We are evaluating the prospect of integrating and/or using Crystal Reports with some of our current products. Some of these are still in Access 97 and are running well. Since we cannot include the...
4
12412
by: etuncer | last post by:
Hello All, I have Access 2003, and am trying to build a database for my small company. I want to be able to create a word document based on the data entered through a form. the real question is...
0
7093
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7353
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7011
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5596
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4689
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3180
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3170
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
747
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
401
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.