"The Command or Action 'SendObject' isn't available now error

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

Guest

Our company installed 03 office and ever since I've been getting error
messages within Access. Here are a few of the error messages I've been
recieving.

The Command or Action 'SendObject' isn't available now
You Can't Open the Table 'Table Name' for modification
 
you might convert the db.

go to Tools Database Utilities Convert

convert to current 2003.....give it a slightly different name so you don't
confuse the two....the rest is automated...

see if this fixes
 
I converted the file to a new 03 db and I'm still getting the error messages.
Also I tried to create new db and copied the information from one db to the
new db and still got the errors.
 
alas....

ok; I would suggest you get the old program i.e. not converted...and go find
an old version of Access that you had - - and where everything worked....

then you need to go thru the new version - and when you get an error...you
need to compare the vb code of the new with that of the old; at whatever
event is not working correctly....

I've done upgrades where buttons & macros just did not upgrade....in the
cases I've seen there is simply no code at all in the upgrade for some
reason. You actually can copy / paste the code of the old program into the
event space of the new program....

If you are not comfortable going into the vb code area of events - then this
forum probably can't explain all this and you might consider getting
professional assistance.....
 
Back
Top