Results 1 to 3 of 3
  1. #1
    aarontn is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jun 2011
    Posts
    2

    Multivalued field in reports showing as number not value


    Okay, I have created an access database that we are using at church for the kids ministry. It is working great. The secretary puts in the date, chooses from a list of services (Sunday 9am, Sunday 11am, Wednesday) that are chosen from a list, Classes (nursery, toddlers, etc) that are chosen from a list, and then there is a multivalued list that has all of the kids listed and they check off what kids were there and then submit.
    Now, I need to run a report on a set of dates, which I know how to do, but when I run the report, it gives me numbers instead of the child's name or the class. So the report I have now shows the date and service appropriately, but the attendance.kidid.value shows 6,7,8,9,202, and the class shows 3.
    How can I get those things to show up as the actual values instead of the access values? Is there something I can run or setup to fix this? I want to make it as low maintenance as possible

  2. #2
    NTC is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    Nov 2009
    Posts
    2,392
    it is probably the actual key value; and one is using a lookup type field. all of that is in fact proper design and nothing is broken.

    modify the record source of the report ; it probably is a query. Add the looked up tables that hold the names you need (i.e. Students ClassNames tables). the join link will automatically be created.

    then you can modify your report to insert those actual text fields - -

    hope it helps.

  3. #3
    aarontn is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jun 2011
    Posts
    2
    You are correct that it is the key value and it's using the lookup field.

    I am trying to figure out exactly how to create the join link to show the report properly.

    On the query that the report is pulling from, there are 4 fields, kidid, date, class, and service. kidid, class, and service are all lookup fields.

    And the table that the query is pulling from has 5 fields, ID, date, class, service, and kidid(multi-value).

    Now, when I pull out the report, the date is correct, and the service is correct, but the class shows a number, and the kidid.value shows a number as well.

    I just want to make sure I give you all the information that I can to get this fixed up.
    If you need any more info, just let me know.
    I am not a very high level access user, so any tutorials or instructions you can give would be amazing.
    Thanks

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

Similar Threads

  1. Report Showing ID number and not the name
    By tipopilotas in forum Reports
    Replies: 11
    Last Post: 07-20-2015, 03:21 PM
  2. Charts in reports not showing
    By NISMOJim in forum Reports
    Replies: 1
    Last Post: 02-27-2011, 12:12 AM
  3. Replies: 1
    Last Post: 02-22-2011, 03:05 PM
  4. Group report by a multivalued lookup field
    By jonsons in forum Reports
    Replies: 0
    Last Post: 12-01-2009, 04:08 PM
  5. Data Not Showing in Reports
    By Delin in forum Reports
    Replies: 1
    Last Post: 01-26-2006, 08:53 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