how do i take data from a report and insert it into a form

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ickalmickel

    how do i take data from a report and insert it into a form

    is it possible to take data values added in a report and insert it into a form?
  • Salad

    #2
    Re: how do i take data from a report and insert it into a form

    Ickalmickel wrote:
    [color=blue]
    > is it possible to take data values added in a report and insert it into a form?[/color]

    If the form is open, I suppose I would put some code in the OnPrint
    event of whatever band that contains the data in the report to update
    the form. Your code in the OnPrint event may look something like
    Forms!MyForm!So meField = Me.Whatever
    I think that should work



    Comment

    Working...