can someone guide me on how to dynamically change the output of a filtered report based on a combobox.
I want the user to be able to select which report (Build by Status, Build by Priority and Build by Contractor) to open and apply the filter.
any response is appreciated.
Code:
DoCmd.OpenReport "[U][I]Build by Status[/I][/U]", acViewPreview, , var
I want the user to be able to select which report (Build by Status, Build by Priority and Build by Contractor) to open and apply the filter.
any response is appreciated.