sendobject not available

B

bob

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

thanks

Bob Smykowski
 
B

bob

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
 
K

Kevin

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.
 
Top