Re: Creating an MDE
From: Glenn White (anonymous_at_discussions.microsoft.com)
Date: 03/30/04
- Next message: jim: "date info"
- Previous message: Ronald W. Roberts: "Re: Creating an MDE"
- In reply to: Joe Fallon: "Re: Creating an MDE"
- Next in thread: Douglas J. Steele: "Re: Creating an MDE"
- Reply: Douglas J. Steele: "Re: Creating an MDE"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 30 Mar 2004 13:21:11 -0800
Joe,
The following lines of code no longer work. They did work under the true A2000 format.
If Weekday(Date, vbSunday) = 2 And Time <= "#04:00:00 PM#" Then
On Debug it says that it can't find the project or library on Date,
Msgbx Error$
On Debug it says that it can't find the project or library on Error$
I get the error can't find project or library. Under References it show "MISSING: Microsoft Outlook 11.0 Object Library"
It is not available under AC2000 and will not let me install the Microsoft Outlook 9.0 Library. I need both libraries installed since some user have AC2000 and some have AC2003. Any suggeestions?
Regards,
Glenn E. White
----- Joe Fallon wrote: -----
1. You need to use the exact same file format as the app in order to build
an mde.
e.g. A2003 requires A2003 format (not the default A2000 format.)
2. You need to get a good compile of the code prior to trying to make an
mde.
--
Joe Fallon
Access MVP
"Glenn E. White" <anonymous@discussions.microsoft.com> wrote in message
news:9EF08AB0-E97E-4703-B93F-F169F21B9741@microsoft.com...
> Please help! I have a database that was working fine until I upgraded to
Office 2003. Now I cannot make it into a MDE. I have tried in both 2000
and 2003 format. What happened? Any and all help will be greatly
appreciated.
>> Regards,
> Glenn E. White
- Next message: jim: "date info"
- Previous message: Ronald W. Roberts: "Re: Creating an MDE"
- In reply to: Joe Fallon: "Re: Creating an MDE"
- Next in thread: Douglas J. Steele: "Re: Creating an MDE"
- Reply: Douglas J. Steele: "Re: Creating an MDE"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|