Hi, I am Mar.
I am trying to print a report right after inputting some new data, but the report does not show the latest data I entered. On the first entry it is ok, but on the succeeding entries, it does not work unless I exit the program and run it again.
Under a button command click snippet, it goes like this:
Private Sub cmdPrint_Click()
Data1.Recordset.Edit
Data1.Recordset.Update
DataReport1.Show
End Sub
Thanks a lot.
VB6 Data ReportReport does not show latest update on database via bound controls
Page 1 of 1
2 Replies - 8779 Views - Last Post: 23 September 2006 - 10:26 PM
Replies To: VB6 Data Report
#2
Re: VB6 Data Report
Posted 20 September 2006 - 10:58 PM
#3
Re: VB6 Data Report
Posted 23 September 2006 - 10:26 PM
Hasn't any1 got a solution to this problem
This post has been edited by Louisda16th: 23 September 2006 - 10:27 PM
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote




|