Results 1 to 2 of 2

Thread: [RESOLVED] Error assigning unbound textbox a value

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2001
    Location
    Mass USA
    Posts
    1,674

    Resolved [RESOLVED] Error assigning unbound textbox a value

    Hey,
    I am trying to enter a value into an unbound text box in an Access Report. I keep getting the following error:
    "You can't assign a value to this object"

    Here is the code I am using:
    VB Code:
    1. Me.txtJanuary = "Jan = " & MonthP.January

  2. #2

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2001
    Location
    Mass USA
    Posts
    1,674

    Re: [RESOLVED] Error assigning unbound textbox a value

    Moved the code to the Footer_Print sub and it worked... previously had it in the Report_Open.

    Thanks for the help :P

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