H
Haji
Hi,
I have a table called Transactions with fields such as
Date, Name, Item, Customer, QTY and Total. I wrote two
queries. The first filtered out all non-2005 items
sales. The second summed the item totals. I am doing a
report that lists Item, SumOfQty and SumOfAmount. The
problem is that when I run this report, it keeps
saying "Enter Paramter Value Transactions.Name". The
problem is that Name is not in either of my queries or my
report. I tried recreating my queries and sorting them
by different fields but I can get rid of this parameter
value. It simply should not appear since this field is
not a part of my queries or report but I can't seem to
get rid of if. Can anyone help?
Thanks,
Chuck
I have a table called Transactions with fields such as
Date, Name, Item, Customer, QTY and Total. I wrote two
queries. The first filtered out all non-2005 items
sales. The second summed the item totals. I am doing a
report that lists Item, SumOfQty and SumOfAmount. The
problem is that when I run this report, it keeps
saying "Enter Paramter Value Transactions.Name". The
problem is that Name is not in either of my queries or my
report. I tried recreating my queries and sorting them
by different fields but I can get rid of this parameter
value. It simply should not appear since this field is
not a part of my queries or report but I can't seem to
get rid of if. Can anyone help?
Thanks,
Chuck