The VBA project that you have on the environment has a reference to a push button namely '(L) PushButtonM11', however it's not able to find that field in the dictionary. I assume that RM_Summary form has been modified at some point of time with this push button, added that custom field to VBA, later realised that this field would not be necessary and got removed from modified form, but forgot to remove the reference of this field from VAB before it was removed from modified form. This link is exactly what you need: blogs.msdn.com/.../removing-references-to-fields-in-vba-revisited.aspx
↧