Help! (subforms)

K

Kelly

I created a form with 2 subforms and decided I don't need
one of them and clicked on it an pressed delete. It of
course dissapeared but now everytime I open the form I
get an alert saying that Access can't find the subform i
nthe espression. How do I change the expression so it
doesn't include the old subform I've deleted?
 
J

Joan Wild

Check the code behind the main form to see if the deleted subform control is
referenced. Also check the code behind the first subform.
 
Top