Report asks for Parameter Value

L

lavanya

I have a report that has a query for its record source.
The query is a simple one as follows :
SELECT TblSAIC_Total_Log.County,
TblSAIC_Total_Log.Book_Num,
TblSAIC_Total_Log.Total_Images,
TblSAIC_Total_Log.Total_Filesize,
TblSAIC_Total_Log.Date_Arrived
FROM TblSAIC_Total_Log;

Everytime I run this report it puts up this message box
Enter Parameter Value for 'Series' which is a field in
the table TblSAIC_Total_Log but not used in the query.
I have checked the Query Parameters and none are listed.
THe table does not have Series as a required value field
either . I am really baffled by this. Any help wold be
appreciated.
 
G

Gina

Just a thought... did the field somehow end up on the
report or in the 'Sorting and Grouping'?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top