I have a quite complex MS-Access database (2013) with a main form. These one contains 6 main subform lists (A). Each subform has it own single form (B) to allow user to edit each record.
Because I sometimes have error 3048: cannot open any more databases, I set all the subform (A) to snapshot as recommanded in the following post:
Getting Error 3048: Cannot open any more databases
It resolves my current issue (error 3048) but added a new one :
When I edit a record (on a single form (B) ) I wish to update the data on the main subform (A).
- If I call refresh or recalc on A, nothing happens...
- If I call requery on A, data update but I lose the current view/selection (what is not friendly user): If I was editing one record (on second page of the list for instance), the focus return automatically to the first record of the list.
Do you have any idea to have a user friendly behaviour and data resfreshing at the same time?
Thanks for your support.