Results 1 to 4 of 4
  1. #1
    Elvli is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Mar 2013
    Posts
    3

    How? Multiple value fields displaying in another form

    By means of a multiple value checklist the Field: "Problem" can be selected (marked).
    The Problems: Severe, busy, slow, level2 are selected. The other fields not.



    The multiple value field information is stored in the table beginsituation in the form Beginsituation. This stored (selected fields only) information I want to be fetched from the table beginsituation and shown in the multiple value checklist in another form called Progress. The user can than change the selection via the multiple value checklist if the user wants this and this information will be stored in the table: "Progress". However I could not get the in the previous form (Beginsituation) selected values in the multiple value checklist.

    How can I do this? Via VBA?

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Didn't understand most of that.

    You are using a multi-value field named Problem? Values can be severe, busy, slow, level2? Why would more than one of these be selected for the same record?

    What do you mean by 'The other fields not.'?

    What do you mean by 'This stored (selected fields only) information ...'?

    If you want to store data in table Progress then bind form to that table. What is the multi-value field in table Progress?
    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
    Elvli is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Mar 2013
    Posts
    3
    June 7, Are you an experienced access vba programmer? Can I mail you the source code of the multiple value problem part of the Access application we have made?
    The main problem is that we are using multiple value selection fields where you can select multiple values from the list (standard access function) that we let Access store in a table. After that we want to retrieve these values from the table and let the previous selected values be shown in the multiple value list in another form with another table connected to the form after we have made a query to retrieve these values.
    We are already busy solving this problem for half a year now.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    I have experience in vba programming. You can attach files to post. See instructions at bottom of my post.

    I refuse to use multi-value fields because of their issues.

    Certainly a query can expand the multi-value field, beyond that I have no idea what you are trying to do. This phrase "values be shown in the multiple value list in another form with another table connected to the form" makes no sense to me.
    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.

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

Similar Threads

  1. Replies: 1
    Last Post: 06-19-2012, 06:39 PM
  2. Displaying multiple records on one form
    By Juicejam in forum Forms
    Replies: 12
    Last Post: 12-12-2011, 07:02 PM
  3. Replies: 9
    Last Post: 09-26-2011, 09:16 PM
  4. Displaying form fields
    By sakthivels in forum Forms
    Replies: 5
    Last Post: 05-25-2009, 07:52 AM
  5. form not displaying fields
    By ashiers in forum Forms
    Replies: 0
    Last Post: 09-19-2008, 07:02 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