C
Caroline
Sorry to repost, but I haven’t got a final answer on this one.
I have 2 forms which I want to link using the "on click" event in the
properties.
One form is tabular with all the case numbers, and the other is a detail
of each case (columnar). I want to click a case in the tabular form and get
to the details of that case number.
I have [case_number]=[Forms]![frmBeingClicked]![case_number] in the where
condition of the “on click†macro.
When I click on the case number in the tabular form, it opens the right
“details†form but the form opens blank or with only one record (it has 47
records when I open it independently of the link).
Please help. Thank you,
Caroline
I have 2 forms which I want to link using the "on click" event in the
properties.
One form is tabular with all the case numbers, and the other is a detail
of each case (columnar). I want to click a case in the tabular form and get
to the details of that case number.
I have [case_number]=[Forms]![frmBeingClicked]![case_number] in the where
condition of the “on click†macro.
When I click on the case number in the tabular form, it opens the right
“details†form but the form opens blank or with only one record (it has 47
records when I open it independently of the link).
Please help. Thank you,
Caroline