Results 1 to 2 of 2
  1. #1
    rwahdan@gmail.com is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Nov 2015
    Posts
    28

    Arrow problem with string

    Hi,



    below i try to put a string to a textbox but i get error!

    Code:
    y = Combo35.Text
    Text29.Visible = True
    Text29.SetFocus
    Text29.Locked = False
    Text29.Text = y              - error
    Text29.Locked = True
    cmdaddproperty.SetFocus
    Text29.Visible = False
    List39.Requery
    Please try to help me...

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    do NOT use the text property:
    Text29.Text = y

    instead use:
    Text29 = y

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Problem with commas in string array
    By f15e in forum Access
    Replies: 2
    Last Post: 03-02-2017, 12:28 AM
  2. Replies: 6
    Last Post: 06-20-2016, 01:29 PM
  3. Replies: 2
    Last Post: 11-02-2012, 01:20 PM
  4. RunSQL String Problem
    By Swarland in forum Programming
    Replies: 3
    Last Post: 12-14-2010, 09:30 AM
  5. Problem with building SQL string (VBA)
    By cdpeck in forum Programming
    Replies: 1
    Last Post: 09-15-2009, 04:25 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums