Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: DataReport Programming


Message #1 by <herbe@a...> on Thu, 21 Mar 2002 13:23:25 -0500
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
>      
> 
> 

  Return to Index