Re: Form doesn't open
- From: Bruce <deluxeinformation@xxxxxxxxx>
- Date: Wed, 30 Apr 2008 09:26:27 -0700 (PDT)
On Apr 30, 10:41 am, CenturionX <darwinbaldr...@xxxxxxxxx> wrote:
Hello everybody,
I have a little odd problem trying to open a form with MS Access 2002:
I use the DoCmd.OpenForm command like this: DoCmd.OpenForm
"frm_Salespersons".
and in return the error i got everytime is:
Run-time error '2004'
There isn't enough memory to perform this operation. Close unnedeed
programs and try the operation again.
Believe me. there is nothing else running in my PC.
Somebody has some idea of what to do????
Thanks.
It would not hurt to compact and repair your database first and then
retry.
Form events activate in the following order: open, load, resize,
activate, gotfocus, current. If there is code in any of these events
in frm_Salespersons, set a breakpoint at the beginning of the code in
the event that fires first. Then open that form and step through the
code with the debugger.
Bruce
.
- Follow-Ups:
- Re: Form doesn't open
- From: CenturionX
- Re: Form doesn't open
- References:
- Form doesn't open
- From: CenturionX
- Form doesn't open
- Prev by Date: Re: query difference
- Next by Date: MS Access Query
- Previous by thread: Form doesn't open
- Next by thread: Re: Form doesn't open
- Index(es):
Relevant Pages
|