Search results

  1. P

    How to close multiple form instances

    After creating multiple instances of a form how should they be closed so as to ensure that all of their assets are disposed of and there are no memory leaks? DoCmd.Close seems not to work because it expects a name string which would be the same for all instances of the form. Since a form's name...
  2. P

    Requery Combobox lookup on table datasheet

    When designing a table I've created a field and set its lookup properties to display a combobox with a row source that returns a DISTINCT set of values already entered into the field. After a row insert or row update the combobox needs to be requeried to ensure its list is complete. If I...
Back
Top Bottom