G
Guest
On the form "IssuesForm", I want to select a value from a combo box "cboIssueType", hit a button "btnDisplayIssueSubform", and then have a subform appear depending on what value I selected on my combobox.
I want the subform "RM" to appear if I select "RM" from my combo box, cboIssueType.
I want the subform "NonRM" to appear if I select "NonRM" from my cboIssueType.
My aim here is to avoid having multiple windows open. Thanks.
I want the subform "RM" to appear if I select "RM" from my combo box, cboIssueType.
I want the subform "NonRM" to appear if I select "NonRM" from my cboIssueType.
My aim here is to avoid having multiple windows open. Thanks.