Can anyone tell me why I would suddenly get a message that there isn't enough memory to open a form? . . . this is happening when selecting a specific form (Physician Details).
This is an inherited database. There is a form (Search Options) that has at least a dozen cbo boxes and a "view" cmd button. when a cbo item is selected and cmd is clicked, it triggers the "Physician Details" form. The Physician Details form has several subforms and subforms with subforms. The Physician Details source is a very large query that references all of the cbo boxes in their respective query fields for all subforms e.g., "form!SearchOption!address . . . etc.
This particular database all of sudden has stopped performing properly . . . it did have over 200 macros that triggered each and every cmd button that were converted to VBA manually. Is it possible that there is a corruption issue?