How do I prevent clicks on a subform causing updates on the main form

前端 未结 3 1430
感动是毒
感动是毒 2020-12-22 12:20

I have a form in a booking system which contains a subform which is a replica of the old ActiveX calendar control that Access 2010 doesn\'t have anymore. One particular use

3条回答
  •  别那么骄傲
    2020-12-22 13:00

    This goes against the way access works by default. the only option I am aware of is to manually load and save your records, ie change all your textboxes etc to unbound in the oncurrent event manually populate the data in the textboxes. when you want to save copy the data from the textboxes back into invisible bound textboxes and mannualy save the record

提交回复
热议问题