Results 1 to 2 of 2

Thread: Data Refresh Problem Solved

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2002
    Posts
    131

    Smile Data Refresh Problem Solved

    For those having labelling and refreshing problems with data report. This worked. For those who have problems with subtotals on data report, I have posted a tutorial on that one somewhere. I think it was laballed Data Report subtotal tutorial.

    God bless,
    Alvin
    Philippines

    Thanks to the forums.

    'dynamic labelling of data report
    With RecvRep.Sections("Section4")
    .Controls("lblDateF").Caption = frmRecvRep.txtFrom
    .Controls("lblDateT").Caption = frmRecvRep.txtTo
    End With

    'Receiving is the data environment
    Receiving.rsRecvSub.Requery
    RecvRep.Show
    RecvRep.Refresh
    Last edited by alvin777; Sep 24th, 2002 at 07:02 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width