Error while deplying programmed access file

  • Thread starter Thread starter Jitu
  • Start date Start date
J

Jitu

Hi,

I've developed one small application in MS Access at one
office and wanted to use it in other office. I'm working
on Win2k with MS Access 2000 and the other office is
working on win98 with MS Access 2000. Both the version of
MS Access are same with build of the program.

I'm not getting some of functionality working in other
office. like Date() function is not working there and
many...

Can anyone guide me?

Thank you all.
Jitu
 
Jitu

It's a common problem. Get into the code editor and
select Tools/References on the menu. You should find
that one of the library references listed is marked
as "Missing". Basically, i means that one of the
components is not installed. Given the platforms you are
using, a favourite is usually something like Outlook,
here one machine gets installed as part of Microsoft
Office and the other is using Outlook 98 instead.
Another common cause is different installations of Office
(i.e. one full install with all options and one partial
install using the "Typical" option).

If the reference is something that is not needed, then
simply untick it and re-distribute the program files. If
it is needed, then you may need to do an upgrade or
installation on the offending machine.

Keith
 
Back
Top