L
luv Access
I am running a macro to open two update queries when unloading a particular
form in my database. The macro includes SendKeys to {ENTER} past the two
confirmations that arise from each of the update queries. I prefer not to
change my options to un-check the confirm action queries. This macro works
on my workstation, however, other users (with much slower machines) are still
be prompted by some of the confirmation dialog boxes, causing them to have to
expend extra mouse clicks. I would like to eliminate these prompts for the
users. I noticed that most postings indicate that SendKeys is not a good
idea -- any suggestions for getting past this? -- I have some VBA, but when I
attempted, I still couldn't seem to eliminate the confirmation prompts... any
help would be appreciated.
form in my database. The macro includes SendKeys to {ENTER} past the two
confirmations that arise from each of the update queries. I prefer not to
change my options to un-check the confirm action queries. This macro works
on my workstation, however, other users (with much slower machines) are still
be prompted by some of the confirmation dialog boxes, causing them to have to
expend extra mouse clicks. I would like to eliminate these prompts for the
users. I noticed that most postings indicate that SendKeys is not a good
idea -- any suggestions for getting past this? -- I have some VBA, but when I
attempted, I still couldn't seem to eliminate the confirmation prompts... any
help would be appreciated.