subform

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

Guest

I have a form called Vendor and a subform called Warning Letters, each with a
control source of a table. How can I allow the entry of new rows into the
subform? It currently displays letters associated with the vendor on the
form as the link is Vendor_Nbr. But I need the ability to add new rows in
the subform.

I am using Access 2002. Thanks! Lori
 
Hello Lori.
I have a form called Vendor and a subform called Warning Letters,
each with a control source of a table. How can I allow the entry of
new rows into the subform?

This should be possible. Do you get an error message if you do so?
(You mean record source?)
It currently displays letters associated with the vendor on the form
as the link is Vendor_Nbr. But I need the ability to add new rows
in the subform.

Have you checked the "allow additions" property of the subforms form?
Where do the tables reside: in your mdb or in a SQL Server database?
 
Back
Top