Hey guys,
I have a combo box (Man1_AB) with 2 columns -> ID and name. The combo box is bounded to column 1 - ID.
I want to open a report filtering results for the combo box's non bounded column. Is there a way to do this?
I know this works for the bounded column:
DoCmd.OpenReport "rpt_install", acViewNormal, , "[Man1_AB] Like '*'&[Enter Search String]&'*'"
Where the parameter search string is the ID.
Is there a way to do the same same thing but for the unbounded column (the person's actual name)?
Thanks!
I have a combo box (Man1_AB) with 2 columns -> ID and name. The combo box is bounded to column 1 - ID.
I want to open a report filtering results for the combo box's non bounded column. Is there a way to do this?
I know this works for the bounded column:
DoCmd.OpenReport "rpt_install", acViewNormal, , "[Man1_AB] Like '*'&[Enter Search String]&'*'"
Where the parameter search string is the ID.
Is there a way to do the same same thing but for the unbounded column (the person's actual name)?
Thanks!