I have created a new Access project for creating Customer Order Notes.
From Access, I need to be able to open an external report (like .asp or Reporting Services) and use a parameter from the Access Form that I have open.
How could I pass a parameter like this to a link?
Example:
I use Access to create a new "Order Note" (OrderID:27) , and at the end.. I want to open a report that will use this new note in the parameter.
hxxp://asp_server/ordernotes/print_new_ordernote.asp?OrderID=27
or
hxxp://ssrs_server/reportserver?/MyNewOrderNoteReport&OrderID=27http://asp_server/ordernotes/print_new_ordernote.asp?OrderID=27
From Access, I need to be able to open an external report (like .asp or Reporting Services) and use a parameter from the Access Form that I have open.
How could I pass a parameter like this to a link?
Example:
I use Access to create a new "Order Note" (OrderID:27) , and at the end.. I want to open a report that will use this new note in the parameter.
hxxp://asp_server/ordernotes/print_new_ordernote.asp?OrderID=27
or
hxxp://ssrs_server/reportserver?/MyNewOrderNoteReport&OrderID=27http://asp_server/ordernotes/print_new_ordernote.asp?OrderID=27