Issues with a deleted field that is linked to a form

  • Thread starter Thread starter forest8
  • Start date Start date
F

forest8

Hi there

I careated a form which used a field which I have deleted from my database
because it wasn't needed.

Now everyone I open the database, a missing parameter.value text box keeps
popping up.

What is the best way to delete this field without this recurring message?

Thank you
 
Hi there

I careated a form which used a field which I have deleted from my database
because it wasn't needed.

Now everyone I open the database, a missing parameter.value text box keeps
popping up.

What is the best way to delete this field without this recurring message?

Thank you

Open the form in design view, find out where the field is referenced, and
remove it. It might be in the form's Recordsource query, or in a Master or
Child Link Field, or it might be the control source or in the rowsource of a
combo box; you may need to do some digging.
 
Back
Top