D
DbDezyne
Guest
I have a control button in an Access form that executes an Update Query. Apparently the query takes about 10-15 seconds to execute. I need a way to show that the query is executing such as a "Please Wait" message box while the query is actually executing. I have tried a message box after the DoCmd update query, but the box executes immediately even when the query is still executing. Hope I can get some suggestions here.
thanks
thanks