Remove "Enter Parameter Value"

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

It pops up everytime I open up one of my forms (I just deleted a field
because it was not being used). How do I make this pop up not come up?
Thanks a lot!

Regards


-Tegan
 
It pops up everytime I open up one of my forms (I just deleted a field
because it was not being used). How do I make this pop up not come up?
Thanks a lot!

Regards

-Tegan

Somewhere in the Form there remains a reference to this field. It
could be in the form's record source, or in an unbound (or bound)
control. or in code. You'll just have to look.
 
In addition to Fred's response, did you delete the field from the table or
the form, I think it was the table perhaps?

If it was the table and the form is based on a query, open the query in
design mode and delete the field there that is now called expr: (I think it
is called this anyway??)

hth Mike B
--
An Engineers Prayer:
At the very end of the day,
when all else fails,
you have tried all,
you have shouted at and blamed the innocent,
and asked everyone you know,

READ THE INSTRUCTION MANUAL.
 
Back
Top