View Single Post
  #2  
Old March 26th, 2010, 10:48 PM posted to microsoft.public.access.gettingstarted
John W. Vinson
external usenet poster
 
Posts: 18,261
Default Issues with a deleted field that is linked to a form

On Fri, 26 Mar 2010 14:43:01 -0700, forest8
wrote:

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.
--

John W. Vinson [MVP]