What replaced the deleteobject marco action in Access 2007?

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

Guest

In the older verison, when writing a macro I used to have the option
DeleteObject. Does anyone know what replaced it or where it is hiding?
(I used DeleteObject to delete tables & then replace them - I have found a
work around, write a delete query to delete the data & then an append query)
 
Rob,

I would expect that your "workaround" is in fact the way most people
would do it anyway. :-)

It sounds like you need to click the 'Show All Actions' button under
Macro Design Tools on the Ribbon.
 
Back
Top