Search results

  1. J

    VBA no prompt to save design changes

    @sonic8 works a treat, many thanks. Something new every day. @arnelgp not sure if you were half asleep 😴 - it was for Reports not Forms, Form_Close does not have a Cancel parameter, and the Form.IsDirty property should be Form.Dirty. But thanks for thinking for me :)
  2. J

    VBA no prompt to save design changes

    In VBA if I start an Access.Application, open a database (with OpenCurrentDatabase) and open a report in design mode, then make changes manually and exit, there is no prompt to Save. But it does save the changes. If I open the same database by double-clicking in File Explorer and change the...
Back
Top Bottom