I have a report with 2 data sources (2 SQL Data Adapters). One data adapter is assigned as the data source for the report. I can place fields on my report using that default data source's fields (=<fieldName>).
If I want a textbox on my report to display a field from my other data adapter, what value do I need to assign to that textbox? The standard (=<fieldName>) doesn't work and I receive an error that <fieldName> isn't part of the Main table.
thank you
If I want a textbox on my report to display a field from my other data adapter, what value do I need to assign to that textbox? The standard (=<fieldName>) doesn't work and I receive an error that <fieldName> isn't part of the Main table.
thank you