Results 1 to 3 of 3

Thread: Why can't I link the textbox of a report to a recordset ?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2005
    Posts
    111

    Why can't I link the textbox of a report to a recordset ?

    With dr1
    .Sections("Section1").Controls("txtBranch").DataField = rs("branch")
    End With

    But there is an error message. What's the problem ?

  2. #2
    Frenzied Member Inuyasha1782's Avatar
    Join Date
    May 2005
    Location
    California, USA
    Posts
    1,035

    Re: Why can't I link the textbox of a report to a recordset ?

    I'm preety sure this is the same thing you just asked a few minutes ago. Just a hint, try to stay with one topic

    Previous Topic:
    http://www.vbforums.com/showthread.php?t=370037

    Also, try to be a little more breif on what your having trouble with.
    Age - 15 ::: Level - Advanced
    If you find my post useful please ::Rate It::


  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Why can't I link the textbox of a report to a recordset ?

    Moved to Reporting section.

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