PARAMETERS

J

jmonty

One possibility:
Your form was probably created using the wizard, right?
It linked the form's record source to a particular table
or more than likely a query. Your query requires a
parameter to be passed to it before it can run the query,
then link those records to your form.
Solution:
Select the form and click Design. (Design-mode)
On the View menu select Properties.
On the Data Tab, look at the RecordSource value.
That is what is requiring your input. Take a look at where
these records are coming from and investigate from there.
You may have changed the query or removed or renamed a
field from a table. Fix the query and your form should
work.

hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top