G
Guest
I'd like to open a form and filter based on another form's combo box.
The form and cbox is:
frmFinishedGoods.cbProfileID
The form I'd like to open based on the above form's cbox is:
frmQueryFGProcessingFacIDsLineIDs.cbNavigateProfiles
cbProfileID and cbNavigateProfiles source the same table and field. I'd like
cbNavigateProfiles to filter to the record in cbProfileID.
How can I code the On Open property of my form to achieve this?
Thanks for your help!
The form and cbox is:
frmFinishedGoods.cbProfileID
The form I'd like to open based on the above form's cbox is:
frmQueryFGProcessingFacIDsLineIDs.cbNavigateProfiles
cbProfileID and cbNavigateProfiles source the same table and field. I'd like
cbNavigateProfiles to filter to the record in cbProfileID.
How can I code the On Open property of my form to achieve this?
Thanks for your help!