jwcolby
jwcolby at colbyconsulting.com
Sat Aug 6 23:12:09 CDT 2011
Causes the current event to fire.
I was running code
.AllowEdits = mblnFrmEditMode
and the current would fire immediately. I ended up having to wrap the code in the following to
*minimize" the current event firing even when it was already the same state.
If .AllowEdits <> mblnFrmEditMode Then
.AllowEdits = mblnFrmEditMode
End If
No idea why this happens but it does. I also have no idea whether setting the .AllowDelete and
.AllowAdd causes a current event to fire.
--
John W. Colby
www.ColbyConsulting.com