views:

13

answers:

0

Hi Everyone-

I am trying to recreate a current MS Access report in a new Winforms application. I am using the Microsoft Report functionality in Visual Studio.

The report is really basic. It really is just a fax coversheet with data about one record in a table of data. So all I need to do it populate textboxes on the report with the different info - not a table of data.

I was told that the only way I can populate data on a report is by using a table because it has a data binding option. Is that correct? Is there a way to bind the data to each one of the text boxes?

Any help would be great.

Thanks