Error message on Docmd.Quit command

  • Thread starter Thread starter ljubo l via AccessMonster.com
  • Start date Start date
L

ljubo l via AccessMonster.com

I have o startup form which is always checking ( within On Open event ) if
the aplication is activated from the
correct computer ( By checking the disc serial number - If the serial number
is not correct the DoCmd.Quit command
is performed)
So far I installed many appliations using this check and never had any
problem. BUT, Yesterday I installed it
on the computer usnig Windows 98 and ACCESS 2000 and I got an error message -
something in a sense
"Path .... not found" or "...missing libraries..." . I am positive that this
error message is caused by the DoCmd.Quit command.
Any Hints of what is causing this problem ?
 
Windows 98 directory names are different and files are stored in different
places. The APIs which check the serial numbers are slightly different too.
First open any code window in Design View and go to Tools ... References and
make sure none are marked Missing. If there are, fix them by finding the
required ones. If that doesn't work, try stepping through your startup code
to see where it falls down.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Back
Top