Subform not updating table

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

Guest

I have a form with a subform. My record is updating in table one with the
from info, but the subform is not updating the second table. ll the fields
should be linked correctly to Master, etc.
 
I have a form with a subform. My record is updating in table one with the
from info, but the subform is not updating the second table. ll the fields
should be linked correctly to Master, etc.

What is the Recordsource proprety of the Subform? If it's a Query
please post the SQL view. What are in fact the master/child link
fields? Can you view existing data? What happens when you try to
update: an error, nothing at all, a beep?

John W. Vinson[MVP]
 
My record source property is a Stock Table. So it is not a query.
My Link Child Fields are Employee # and SH First name
My Master feilds ate the same

Yes I can view existing data. ANd when I save the entire form including
subform, there is no error. My main form has data in it, but my other table
that my subform links to has not added the new data.
 
Back
Top