jeffcullina
New member
- Local time
- Today, 03:24
- Joined
- Jul 11, 2001
- Messages
- 7
Two part question. I have a database that removes and appends tables based on a search performed by the user. On my system I can turn off the confirmation messages by going through the tools/options menu. Is there a way to turn them off via code for any user on a different system in liu of going to each system and going through the tools menu?
Related question. Instead of testing for the existence of a table that I am deleting (sometimes it does not exist at all), I am using On Error GoTo Next, which works fine. Problem is the use of that command seems to trigger the confirmation messages that I already have turned off. When I build and then append to a new table, I am prompted by a message box. I would like to do away with those messages. Reseting to On Error GoTo 0 does not help.
Related question. Instead of testing for the existence of a table that I am deleting (sometimes it does not exist at all), I am using On Error GoTo Next, which works fine. Problem is the use of that command seems to trigger the confirmation messages that I already have turned off. When I build and then append to a new table, I am prompted by a message box. I would like to do away with those messages. Reseting to On Error GoTo 0 does not help.