Access APP problem HELLLP!!!

  • Thread starter Thread starter trsands
  • Start date Start date
T

trsands

I have created an app in ACCESS 2000 /VB and SQL. My problem is tha
when it runs everything is inside an ACCESS window even if I give th
app a name certain unwanted access menu items show. I thought tha
converting MDE may remove this but everytime I try I get "unable t
create MDE file". The db was originally in ACCESS 2000 then upgraded t
2002
I need to resolve this ASAP I have a demo for the client tomorro
mornin
 
Not all of your post is clear to me, but I can give you a hint on the
"unable to create MDE file" part. To the best of my knowledge, this can be
because of one of two reasons:
1. Too many objects (but this takes at least 500 objects), or
2. Some error(s) in the VBA code
Statistically, the most common reason is the second one, so I suggest you
start there. To verify and fix, open the VBA editor, and go to menu item
Debug > Compile. If there is a problem it will be highlighted; fix it and
repeat the process until no more errors are found. Chances are you'll be
able to make your .mde once all errors are removed.

HTH,
Nikos
 
Back
Top