G
Guest
I have a sub form filtered by a couple combo boxes.
I want to be able to click on a Record in the sub form and have it display
detailed information about that record.
1) What type of event would [clicking on a record] be?
If there isn't an event, I could have a button like, "get detailed info" to
click after you select the record.
2) how do I pull that record in VB?
for example... intValue =
Me![subform]![FieldInSubForm]![ValueOfThatFieldBasedOnSelectedRecord]
I would REALLY appreciate any help.
Thanks~
I want to be able to click on a Record in the sub form and have it display
detailed information about that record.
1) What type of event would [clicking on a record] be?
If there isn't an event, I could have a button like, "get detailed info" to
click after you select the record.
2) how do I pull that record in VB?
for example... intValue =
Me![subform]![FieldInSubForm]![ValueOfThatFieldBasedOnSelectedRecord]
I would REALLY appreciate any help.
Thanks~