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

  • Thread starter Thread starter marko
  • Start date Start date
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.
 
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
 
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
 
Back
Top