Unwanted prompt

E

Erin

Every time I try and open my form, I get prompted to Enter Parameter Value.
I don't know how to turn this off!
 
D

Douglas J. Steele

What's the RecordSource for the form: a table or a query? If it's a query,
does the query prompt when you run it by itself?

Check whether the ControlSource for each of the controls on the form points
to a field that actually exists in the form's RecordSource.
 
Top