Remove Paramaters Box

A

annamal01

I have a database set up that has never before asked for paramaters when I
imported data and now it does. How do I remove this so it doesn't ask for
the paramaters again.
 
K

Ken Snell MVP

You don't give us much information about what you're doing when the
parameter box appears, so I'll guess that it shows when you're doing
something in a form. Usual causes for this to occur:

Form control is not named the same as the parameter's control name

Field name in query doesn't match a field in the query's tables

Parameter is used more than once in the query, but it's misspelled in at
least one occurrence of its use

and there are many other possible scenarios....
 
Top