Open Form New Record Prompt Won't Go Away

Z

znibk

I developed a Macro which had my form open to a new record each time.
However, under the circumstances that I opened the form but did not have time
to enter data, I was left with a blank record. I deleted the macro which I
had placed "On Load" and deleted it from that position and am still prompted
for it every time the form is opened. Any ideas? I really would like form to
open to new record on open, but do not want blank form if don't have time to
enter data.

Any help would be appreciated. k
 
S

scubadiver

I don't quite understand the question. What do you mean by "did not have
time to enter data" ???????
 
J

John W. Vinson

I developed a Macro which had my form open to a new record each time.
However, under the circumstances that I opened the form but did not have time
to enter data, I was left with a blank record. I deleted the macro which I
had placed "On Load" and deleted it from that position and am still prompted
for it every time the form is opened. Any ideas? I really would like form to
open to new record on open, but do not want blank form if don't have time to
enter data.

Any help would be appreciated. k

What specific error message are you getting? What (if anything) is in the On
Load event line in the form's properties? Are you perhaps getting prompted
instead for a query parameter?

John W. Vinson [MVP]
 
Top