Results 1 to 3 of 3
  1. #1
    vazdajic is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Feb 2016
    Posts
    95

    How to add a prefix to Combobox based on input in Textbox

    The picture tells it all



    Click image for larger version. 

Name:	How to add a prefix to Combobox based on input in Textbox.jpg 
Views:	9 
Size:	240.1 KB 
ID:	24235

  2. #2
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,430
    in the afterupdate event of text1 put

    text1=combo1 & text1

  3. #3
    vazdajic is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Feb 2016
    Posts
    95
    Thanks! This works perfect:

    Private Sub Text1_AfterUpdate()
    Combo1 = Text1 & Combo1
    End Sub

    Huge help from you!

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

Similar Threads

  1. Updating combobox based on value in a textbox...
    By Voodeux2014 in forum Programming
    Replies: 12
    Last Post: 05-28-2015, 06:43 PM
  2. Value of TextBox based on ComboBox
    By John V in forum Forms
    Replies: 13
    Last Post: 07-12-2014, 12:06 PM
  3. Replies: 3
    Last Post: 04-14-2014, 05:50 AM
  4. Replies: 7
    Last Post: 10-31-2011, 02:21 PM
  5. Input Value based on another textbox value
    By dude19 in forum Access
    Replies: 2
    Last Post: 06-30-2011, 03:48 PM

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