Ms access database is updated when the subform on Mainform is updated via vba
问题 I have very strange problem I am working with MS access 2013 a application called "failure Analysis system" through which user can enter a different data for different system. I have cread a main form to enter a data lets say " Tb_Mainform " and in this Mainform I have also one subform called " tb_subform ". whenever user change one combox in Mainform the subform is updated using Me.tb_suform.form.recordsoure = query Me.tb_subform.requery until now everything is gud subform is also updated.