Have you tried this format
with rptOMedicate
.DataSource = rst
.Sections(3).Controls.Item("Text1").DataField = rst![MEDNURSE]
?
> -----Original Message-----
> From: herbe@a... [SMTP:herbe@a...]
> Sent: Thursday, March 21, 2002 12:23 PM
> To: professional vb
> Subject: [pro_vb] DataReport Programming
>
> I need some help with Datareport Programming, This is the only thing
> I could not find anything about it on the web. Very Weird.
>
> But Could someone help me out with this.
>
> I am trying to program Text Box 1 (text1) as to be a referred to a
> recordset.
>
> Here is my script:
>
>
>
> With rptOMedicate
> .Sections(3).Controls("Text1").DataMember , _
> rst![MEDNURSE]
> .Show vbModal
> End With
>
>
>
> Thanks
>
>
>