Results 1 to 2 of 2
  1. #1
    justphilip2003 is offline Competent Performer
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2013
    Location
    Ohio
    Posts
    125

    Unbound field control Problem


    I have a standalone Form application that has an unbounded text field used to enter input, where should the event control source be placed in order to access this entry; in the Form Detail properties, in the field property sheet 'OnClick', or etc. I am very rusty and my past experiences always had bound fields with a 1 to 1 relationship with tables. The text input will be manipulated to build a file name for a JPEG picture to be displayed. TIA Phil

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,640
    I'm not clear on the question. As long as the form is open, the textbox contents can be accessed from anywhere with:

    Forms!FormName.TextboxName

    Presumably from your manipulation code.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. Update unbound control in report based on if statement
    By echomania in forum Programming
    Replies: 6
    Last Post: 11-23-2012, 11:37 PM
  2. Replies: 8
    Last Post: 07-30-2012, 04:43 PM
  3. Replies: 1
    Last Post: 03-01-2012, 10:52 AM
  4. Formatting Unbound Control
    By SltPhx in forum Forms
    Replies: 12
    Last Post: 08-17-2011, 01:49 PM
  5. Replies: 1
    Last Post: 07-11-2011, 04:35 AM

Tags for this Thread

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