You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
i have an update query i want to run when i close a form, i want to know if there is a way to bypass the 2 pop up screens that ask question about running the query, i was going to try the sendkeys command running in the form before closing it but the pop ups still occur, i know this has to be something simple, I am just missing it, any help would be great!.
Greg
rotor
unread,
May 14, 2004, 4:56:05 PM5/14/04
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
You may be able to try:
DoCmd.SetWarnings False
Your code
DoCmd.SetWarnings True
HTH
anon...@discussions.microsoft.com
unread,
May 14, 2004, 5:35:40 PM5/14/04
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
nope still get the pop up windows.
>. >
Van T. Dinh
unread,
May 14, 2004, 7:31:21 PM5/14/04
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Use the Execute Method to run the Query.
Exceute will run silently without warnings.
-- HTH Van T. Dinh MVP (Access)
"Greg Clements" <gcle...@tecvar.com> wrote in message news:d51101c439f3$d9c5edc0$a001...@phx.gbl...