I have a form with a listbox control named A.
I want to open a report based on the value selected in the drop down A( a query like SELECT fields FROM Table when table.field= value from A)
How do I pass a list value to a query in the report( is there a way like there is for passing textbox values - like [forms]![formname]![fieldname])
I want to open a report based on the value selected in the drop down A( a query like SELECT fields FROM Table when table.field= value from A)
How do I pass a list value to a query in the report( is there a way like there is for passing textbox values - like [forms]![formname]![fieldname])
Comment