When I open a form, I get a dialogue box that says "enter paramet.

M

marko

When I open a form, I get a dialogue box that says "enter parameter value"
for a field that I deleted from a table used by the form subsequent to
creating the form. I want to get rid of the dialog box.
 
M

Maurice

Do you have any 'unbound' comboboxes or fields that still might be referring
to the deleted field from the table. If the form is based on a query you may
have to delete the field from the query as well. Also check for any order by
options that still might be in the form properties...

hth
 
M

marko

marko said:
When I open a form, I get a dialogue box that says "enter parameter value"
for a field that I deleted from a table used by the form subsequent to
creating the form. I want to get rid of the dialog box.

Maurice,

The form I was opening still had the field name in the record source query
statement. Thanks for the help. Got it fixed.

Marko
 

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