WindowsMediaPlayer control causes crash on DoCmd.Close

R

Robbie

I have a form with two WebBrowser controls and a WindowMediaPlayer control.
I also have a "cancel" button which simply invokes DoCmd.Close. If I hit the
red "X" on the title bar, there are no problems. However, if I hit the
cancel button, access crashes without fail. It seems to happen after the
actual call to DoCmd.Close. A google search showed someone else who has
experienced this behavior:

http://www.experts-exchange.com/Pro...ages/Visual_Basic/VB_Controls/Q_21467861.html

So far I have not found any solutions.

Your help is much appreciated,
Robbie
 
Top