G
Grace
Hello, I have a form that contains 2 subforms. Here is a
description of the form: The top of the form displays an
employee's name. The first subform [subformHelpDesk1]is a
datasheet view that lists all open tickets for the
employee. The second subform [subformHelpDesk2]displays
details of each ticket. A similar form in the NorthWinds
database is the Customers Orders form with the exception
that the second subform is not in datasheet view.
I am having a problem linking the two subforms. The
master field is PIN. I have linked the first subform to
the child and master field PIN. That works fine.
However, I would like the second subform to link to the
first subform using a different field [TicketNumber].
Using the Northwinds example, I set Link Master field
property to:[subformHelpDesk1].Form![TicketNumber]
The first subform displays the lsit of tickets properly.
However, I am unable to click on each record to display
the details in the second form. Any advise on what I'm
doing wrong is greatly appreciated.
Thank you.
description of the form: The top of the form displays an
employee's name. The first subform [subformHelpDesk1]is a
datasheet view that lists all open tickets for the
employee. The second subform [subformHelpDesk2]displays
details of each ticket. A similar form in the NorthWinds
database is the Customers Orders form with the exception
that the second subform is not in datasheet view.
I am having a problem linking the two subforms. The
master field is PIN. I have linked the first subform to
the child and master field PIN. That works fine.
However, I would like the second subform to link to the
first subform using a different field [TicketNumber].
Using the Northwinds example, I set Link Master field
property to:[subformHelpDesk1].Form![TicketNumber]
The first subform displays the lsit of tickets properly.
However, I am unable to click on each record to display
the details in the second form. Any advise on what I'm
doing wrong is greatly appreciated.
Thank you.