Entering data into subform

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Fendi Baba

    #1

    Entering data into subform

    I created a form based on a query, likewise the i also have a subform
    based on query, How do I create new records, allowing users to enter
    the data in the main form and subform together? Can this be done or
    must it be done independently?

  • BillCo

    #2
    Re: Entering data into subform

    Presuming your queries are updateable, there is no reason you can't use
    a subform to update the data. But you will probably have to manually
    set the child and master fields of the subquery control so that the
    subform only displays related records and automatically updates the
    foreign key.

    Comment

    Working...