Hello all

I am using Data reports to create and show the reports in vb.

I am creating reports at design time (and not at run time thru code).

I have made a command button and on its click event , am showing the report.

I am displaying the dtata on the report from a table which has got only single record. That record is always getting updated on the click event of the command button (so as to show the current displayed record onto the form)

PROBLEM is the report is not getting refreshed on its own and is showing me the last record only and not the refreshed record.

PLEASE HELP

THANX