DeBug Strangeness

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

Guest

I have constructed a simple database on an XP machine using A2003. When running a debug and compile on that machine all is wonderful. I then put the database on our server(jsut copied it to a normal directory on the nt server) And it works fine. I have several other machines that can open and run the data entry form with no apparent problems. These stations vary from win 98 using access 2000 to windows XP machines using access 2003. The problem is that I have one machine running XP Tablet using access 2000 that return an error upon attempting to open the main data entry form with a message stating "No object in this Class". Today I finally thought to try running a debug on this machine and lo and beholdit has a problem. It appears to be something having to do with the form name which is "Non-Conformity Report Form".
This poses 3 questions:
1.) Is that a valid name ? yes im a newbie and I am not familier with all the naming conventions.
2.) Why will it compile and debug on some platforms and not others.
3.) What do I do to correct this situation.

I guess im lucky that im asking this in this format so that I dont have to listen to the laughter or see all the rolling eyes....

Thanx in advance for any wisdom or insights resulting from this query.

(the name says it all) _Klutzz
 
Usually this is due to missing or incorrect references set. Check the
references that are set on the other machines and ensure you have them set
on the Tablet PC. References are checked under the code editor window.

--
G Vaught

Klutzz said:
I have constructed a simple database on an XP machine using A2003. When
running a debug and compile on that machine all is wonderful. I then put the
database on our server(jsut copied it to a normal directory on the nt
server) And it works fine. I have several other machines that can open and
run the data entry form with no apparent problems. These stations vary from
win 98 using access 2000 to windows XP machines using access 2003. The
problem is that I have one machine running XP Tablet using access 2000 that
return an error upon attempting to open the main data entry form with a
message stating "No object in this Class". Today I finally thought to try
running a debug on this machine and lo and beholdit has a problem. It
appears to be something having to do with the form name which is
"Non-Conformity Report Form".
This poses 3 questions:
1.) Is that a valid name ? yes im a newbie and I am not familier with all the naming conventions.
2.) Why will it compile and debug on some platforms and not others.
3.) What do I do to correct this situation.

I guess im lucky that im asking this in this format so that I dont have to
listen to the laughter or see all the rolling eyes....
 
Back
Top