Results 1 to 2 of 2
  1. #1
    jj1 is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    May 2014
    Posts
    128

    combo box values to be assigned percentage while reporting


    I have a combo box in which I have options "Highly satisfied", "Satisfied", "Not satisfied". What my company wants to do is see employee satisfaction after 10 meetings with the company. They want me to convert while reporting "Highly satisfied" to 100% satisfied to 75% and not satisfied to 50%. so the report should show. Meeting 1 employee 1 was 100% satisfied. meeting2 50% and meeting3 75% and then calculate average satisfaction of that employees in three meetings so average 100% +50%+75%. How can I do that. How can I assign % to the combo box values?

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    in the combo box control source...
    if it uses a table, add the column Pct and give it the value.
    or If you use VALUES, set the 2nd value to the percentage....HIGHLY;100;SATISFIED;70
    ALSO set the columns = 2

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

Similar Threads

  1. Replies: 6
    Last Post: 11-15-2014, 02:05 PM
  2. Replies: 13
    Last Post: 11-17-2013, 03:33 PM
  3. Replies: 2
    Last Post: 07-02-2013, 12:18 AM
  4. Duplicate Query Reporting Unique Values...
    By Tomfernandez1 in forum Queries
    Replies: 5
    Last Post: 04-19-2011, 04:22 PM
  5. Replies: 0
    Last Post: 09-19-2009, 03:29 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