Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19
  1. #16
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    The multi-value field would not be 'linked' to anything. It would go away.



    You have to create a table and then input individual record for each item that was an element of the multi-value field. And yes the child table needs the parent ID as foreign key.

    Might be able to use a query that expands the elements to individual records and then make table from that query. Review http://office.microsoft.com/en-us/ac...010149297.aspx
    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.

  2. #17
    Leonidsg is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jan 2013
    Posts
    68
    Okay I understand the Child table setup to avoid the multivalue field, at least I think I do. I have been working on the combo lookup table setup and there are two ways I can go about it.
    1. In the table set the field as a lookup field and when creating the form, drag that field into the form and a combo box will be created
    or
    2. In the table make the field a text box and then in the form make a combo box with the RowSource set to the lookup table and a the control source set as the text field.

    Please let me know which setup you think is best.

    Thank you

  3. #18
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    My personal preference is to not set lookups in table if there is an alias involved. As developer, when I view tables I want to see the real value in the field, not the related descriptor.
    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.

  4. #19
    Leonidsg is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jan 2013
    Posts
    68
    Perfect Thank you for the help once again.

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 2
    Last Post: 10-22-2012, 05:32 PM
  2. Advice on Multi Value Field
    By ToddNYC in forum Access
    Replies: 4
    Last Post: 10-04-2012, 05:00 PM
  3. Simulating a Multivalue Field
    By EddieN1 in forum Database Design
    Replies: 3
    Last Post: 12-12-2011, 10:57 AM
  4. Multivalue field sort order
    By bdaun in forum Forms
    Replies: 0
    Last Post: 09-05-2011, 12:27 PM
  5. Append into multivalue field help
    By iwantatransam in forum Import/Export Data
    Replies: 0
    Last Post: 04-26-2011, 08:11 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