How do I get rid of a confirmation box in access 2000?

S

Serg

On my network the shipping pc runs a program with access database. Eveytime I
try to remove an item from the shipping list, I have to confirm my decision
three diffent times before it is done. How can I bypass the confirmations?
(Access 2000; OS= XP)
 
W

Wayne Morgan

It depends on how you are removing the items. Are you just selecting the
item in the form and pressing the delete button on the toolbar? Has someone
coded a removal process?
 
J

John Vinson

On my network the shipping pc runs a program with access database. Eveytime I
try to remove an item from the shipping list, I have to confirm my decision
three diffent times before it is done. How can I bypass the confirmations?
(Access 2000; OS= XP)

What do you actually *do* to do the deletion? Click a button, select a
record on a Form and press the <delete> key, open a table and delete?
Details please!

There are ways to handle these messages, but they depend on how you're
doing the deletion in the first place.

John W. Vinson[MVP]
 
Top