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
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