Run-time error "735"

R

Rick

Does anyone know how to correct Run-tiem error "735"? It
also states teh control is no longer usable because it
has been removed from the controls collection.

Thanks in advance for your help.
 
D

Dirk Goldgar

Rick said:
Does anyone know how to correct Run-tiem error "735"? It
also states teh control is no longer usable because it
has been removed from the controls collection.

Thanks in advance for your help.

I've never heard of this error. How did you come to get it?
 
D

Dirk Goldgar

Dirk Goldgar said:
I've never heard of this error. How did you come to get it?

Also, please post the exact error number and message. When I ask Access
to tell me what message belongs to error number 735 (by entering
"?AccessError(735)" in the Immediate window), I get a different message
entirely.
 
R

Rick

-----Original Message-----


I've never heard of this error. How did you come to get it?

--
Dirk Goldgar, MS Access MVP
www.datagnostics.com

(please reply to the newsgroup)

I really can;t explain it, as everything was fine and
then as I went to exit a program it started to pop up
everytime I exit. From the research that I have done on
this erorr message it is very rare, yet to the point I
have not been able to find a solution for correcting the
error.
 
D

Dirk Goldgar

Rick said:
I really can;t explain it, as everything was fine and
then as I went to exit a program it started to pop up
everytime I exit. From the research that I have done on
this erorr message it is very rare, yet to the point I
have not been able to find a solution for correcting the
error.

You mean that the message appears every time you close a particular
database, or every time you exit Access? Could you answer my followup
question about the exact error number and message? Probably you can
copy the whole error dialog by pressing Ctrl+C, and then paste it into a
newsgroup message with Ctrl+V.

If it appears whenever you close a particular database, the natural
question to ask is whether there is any code that gets run when you do
that. Is there a form that is always open while the database is open,
which gets closed when the database closes? If so, does it have any
code in its Unload or Close event?
 
Top