Results 1 to 3 of 3
  1. #1
    matben is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2015
    Posts
    2

    multivalued combo box, test if field is checked/selected

    Hi,

    i need to create macro, on insert. which will send mail if is selscted specificed value in combo multivalued list.
    but, i cant access to that field to test it.

    i have tried:

    ([USERS].[TYPE].[Value])1 = "admin"


    ([USERS].[TYPE].[Value])1 = 1
    [USERS].[TYPE].Value(1) = "admin"
    [USERS].[TYPE].[Value]1
    [USERS].[TYPE].Column(1) = 1
    [USERS].[TYPE].selected(1)
    [USERS].[TYPE].[admin]= true
    ..........
    ..........
    ..
    -i have tried bound Column = 0, 1....
    - tried with selected atribute..


    and many variations on that theme, but i cant get to that value to test it?
    can someone give me some advice?

    thanks in advanced,
    Marko

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,919
    I NEVER use multi-value fields. Why are you?

    I don't think can even 'capture' the value of item selected in multi-value combobox.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    matben is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2015
    Posts
    2
    I have an inherited access database. and i need to modify that. only becouse of that.

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

Similar Threads

  1. Multivalued field in form
    By nicolazilio in forum Forms
    Replies: 6
    Last Post: 06-12-2014, 12:28 PM
  2. Trouble Searching multivalued field
    By Gr0m in forum Access
    Replies: 4
    Last Post: 03-20-2013, 11:35 AM
  3. Replies: 5
    Last Post: 02-20-2013, 03:21 PM
  4. Replies: 2
    Last Post: 12-10-2012, 02:15 PM
  5. Multivalued Look-Up Field Problem
    By Mike Wood in forum Access
    Replies: 4
    Last Post: 02-27-2012, 01:26 PM

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