Results 1 to 3 of 3
  1. #1
    cs1020 is offline Novice
    Windows 10 Access 2013 32bit
    Join Date
    Aug 2016
    Posts
    5

    multi-value field disrupting forms and queries

    Hello,


    A bit of background:


    I run a database of students across 2 programs. We track which semester & which program they're part of, but we need returning students' information to display across both programs and multiple semesters with information accurate to each semester (ie test scores and attendance need to show up in the correct semester)


    I changed the "program" and "semester" columns from either/or dropdown boxes to multiple checkboxes (ie, being able to select "spring 2016" AND "fall 2016") so that we don't have to make duplicate entries for returning students.


    Now when I try to open the relevant forms and queries I get messages that multi-value fields cannot be used in an ORDER BY clause, or that they can't be used in a WHERE or HAVING clause.


    Most of the forms and queries are pre-set to sort by program and semester, so I thought these would continue to function normally.


    Any suggestions for how to update my forms and queries without having to start from scratch? Is there a better way to track this data?

  2. #2
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,939
    you have to refer to the value property of the multivalue field for criteria. I don't use them myself so can't comment on sorting - except if the multivalue field has a rowsource of say ID and description, it will sort on the id, not the description.

  3. #3
    vicsaccess's Avatar
    vicsaccess is offline Competent Performer
    Windows 8 Access 2013
    Join Date
    Apr 2015
    Posts
    451
    I'm not a fan of multi-value fields but i did find this page
    https://support.office.com/en-us/art...3-b6624e1e323a

    Down the page it mentions working with queries and changing the lookup field.

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

Similar Threads

  1. multi table queries
    By omid116200@gmail.com in forum Queries
    Replies: 2
    Last Post: 07-19-2016, 09:10 AM
  2. Replies: 1
    Last Post: 05-21-2015, 07:04 AM
  3. Replies: 9
    Last Post: 08-27-2014, 11:34 AM
  4. Multi field search forms
    By Rogue in forum Forms
    Replies: 10
    Last Post: 05-14-2013, 09:40 AM
  5. Replies: 4
    Last Post: 04-01-2009, 08:49 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