Hello...
Got a bit of problem creating this query which uses another query.
I have a query which takes parameters from form (month,year) which then lists all new stock in that month... then I have a crosstab query which sums new stock deliveries for each item within that month...
Then I have the main query which takes data from other tables to give me all the details per month for all stock items... such as stock take figures etc... to do my calcultaion I need to include the crosstab query in this query so that it displays how many items have been added to the stock.
But when I try to add this crosstab query and run the main query it just says "can't evaluate expression"...
any ideas where Im going wrong? or is there a better way to do it?
Thanks for your help!!
Got a bit of problem creating this query which uses another query.
I have a query which takes parameters from form (month,year) which then lists all new stock in that month... then I have a crosstab query which sums new stock deliveries for each item within that month...
Then I have the main query which takes data from other tables to give me all the details per month for all stock items... such as stock take figures etc... to do my calcultaion I need to include the crosstab query in this query so that it displays how many items have been added to the stock.
But when I try to add this crosstab query and run the main query it just says "can't evaluate expression"...
any ideas where Im going wrong? or is there a better way to do it?
Thanks for your help!!