Results 1 to 7 of 7
  1. #1
    ndehhh is offline Novice
    Windows 8 Access 2013
    Join Date
    Oct 2015
    Posts
    7

    Report 'Enter Parameter Value' Error

    Hi, sorry for the constant spam of help threads.



    I created a report using the report wizard on Access to include my section query (Containing Section ID, Course ID, Start Time, End Time, Day of Week, & Location) and Student ID registered under course & section IDs (From my table 'Registration'). However, I keep getting the message box 'Enter Parameter Value', 'Section ID & ", " & Course ID'.

    Anyone know what could be the problem and solution? I've Googled it and double checked for my data types as well as the presence of any sorting but to no avail.

  2. #2
    CJ_London is offline VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,430
    because you are using spaces in your field names, you need to surround them with square brackets - an error easily avoided if you didn't use spaces

  3. #3
    ndehhh is offline Novice
    Windows 8 Access 2013
    Join Date
    Oct 2015
    Posts
    7
    Hi, I've removed all spaces from field names, and I get the same error. Only this time without spaces in between Section & ID and Course & ID

    i.e. 'SectionID &", "& CourseID​'

  4. #4
    CJ_London is offline VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,430
    ok - what is the full sql?

  5. #5
    ndehhh is offline Novice
    Windows 8 Access 2013
    Join Date
    Oct 2015
    Posts
    7
    Hi, Here's the recordsource of my report:

    SELECT [Section_Query].SectionID, [Section_Query].DayOfWeek, [Section_Query].Location, [Section_Query].StartTime, [Section_Query].EndTime, [Section_Query].CourseID, [Registration].[StudentID] FROM Section_Query INNER JOIN Registration ON ([Section_Query].CourseID=Registration.CourseID) AND ([Section_Query].SectionID=Registration.SectionID);

  6. #6
    ndehhh is offline Novice
    Windows 8 Access 2013
    Join Date
    Oct 2015
    Posts
    7
    [Removed]

    Also, here's my database!
    Last edited by ndehhh; 10-18-2015 at 02:03 AM.

  7. #7
    CJ_London is offline VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,430
    Thanks - but I don't see the bit you have a problem with

    'SectionID &", "& CourseID​'

    are you building this in vba? or perhaps the error is in your query called Section_Query?

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

Similar Threads

  1. Replies: 3
    Last Post: 10-23-2014, 04:22 PM
  2. Enter Parameter Value error
    By bronson_mech in forum Queries
    Replies: 9
    Last Post: 11-30-2013, 05:00 PM
  3. Replies: 13
    Last Post: 01-10-2012, 09:56 AM
  4. Enter Parameter Value Error in Macro
    By kasimagj in forum Programming
    Replies: 3
    Last Post: 09-19-2011, 03:53 PM
  5. Replies: 2
    Last Post: 04-18-2011, 06:12 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