from one machine to another

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

An access application I have developed is working fine on my machine, but when I install it on my collages one on one of the screen he is getting a Microsoft Visual Basic error ---> Run-time error '13' Type Mismatc

And also in some cases it does nor recognize a parameter value and prompting the user to enter it instead of taking it from the form

Any ideas

We are bothe using access 2000.
 
Have you checked the references in that PC?

Alp
Mark said:
An access application I have developed is working fine on my machine, but
when I install it on my collages one on one of the screen he is getting a
Microsoft Visual Basic error ---> Run-time error '13' Type Mismatch
And also in some cases it does nor recognize a parameter value and
prompting the user to enter it instead of taking it from the form.
 
Sounds like a references problem, Mark. Access is going to look for the
files which make up the references in your database to be in the exact same
locations on your colleague's computer as on your computer. Here are some
links with details on how to fix reference problems:

http://allenbrowne.com/ser-38.html

http://members.rogers.com/douglas.j.steele/AccessReferenceErrors.html


--

Cheryl Fischer, MVP Microsoft Access
Law/Sys Associates, Houston, TX


Mark said:
An access application I have developed is working fine on my machine, but
when I install it on my collages one on one of the screen he is getting a
Microsoft Visual Basic error ---> Run-time error '13' Type Mismatch
And also in some cases it does nor recognize a parameter value and
prompting the user to enter it instead of taking it from the form.
 
Back
Top