Confused about subforms

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

Guest

My main table is tblProblem table and the 1-many table is tblAssignTo. A
problem can be assigned to 0 or more people. The possible choices for
assigned to are kept in tblRespond. tblAssignTo just contains the primary
keys of tblProblem and tblRespond. The user wants to choose people by a
drop-down.
Sounds simple?
I created a subform and placed it on my main form. The wizard set it up
nothing like I wanted, so I changed it.
Now I am in a situation where I have a revised subform but nothing that I do
will show this form, it always shows the form before I changed it. I've even
done a compact and repair and it still shows the old one. I tried removing it
from my form and re-adding it. Nothing works.
When I look at the form or subform in design view it shows my modified form
but I cannot get it to display no matter what I try.
What have I done wrong?
 
Is the subform displaying in datasheet or continuous form view? You can make
a lot of changes in continuous that don't show if the subform is displayed
in datasheet view.
 
Back
Top