Recent content by alathosco

  1. A

    Bypassing Errors?

    Regarding, using SetWarnings - it doesn't work because when DeleteObject sees the object doesn't exist, it issues an Error - not a Warning. Sorry about using the work 'file' when I should have said 'table'. The reason I'm keeping the tables around is because they are valuable sources for...
  2. A

    Bypassing Errors?

    I have a macro that deletes 12 Make Tables from a prior macro. If one of the files does not exist, an error message shows up and the macro stops with no option to continue. Any one or more of the 12 could exist at anytime. Seems like there should be a simple way to fire off the macro and have...
  3. A

    Just Joined.

    Hello... I'm a moderately experienced Access developer. No formal training. I've learned how to do things on a need-to-know basis. I'm not a VB coder, but in Access 2003 and earlier, I've managed to create some simple procedures. When I develop queries I always use the SQL view - the other...
Top Bottom