sendobject not available

  • Thread starter Thread starter bob
  • Start date Start date
B

bob

I am suddenly getting a sendobject not available message,
any ideas

thanks

Bob Smykowski
 
It may have something to do with your e-mail system. Have you changed it
recently?
 
No it is also happening on anyone else who has upgraded to
windows SP2

the actual message is

THe command or action sendobject isn't available now
 
I had the same problem, but only in an mde where the database window was not
visible. Various suggestions concerning displaying the database window

' DoCmd.SelectObject acReport, "rzzUserStatus", True

before using SendObject and hiding it afterwards

' Application.RunCommand acCmdWindowHide

worked sporadically for a while, or generated errors of their own. Finally,
for totally unknown reasons, the error message went away after commenting
out both the above lines, leaving just the SendObject as it was originally.

Go figure.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top