A
ashley k
I'm making a database to put everything from my at home business on computer,
instead of pencil and paper. I have several tables which include: customers,
cash receipts, orders, and products. These are all working fine and I have
even created forms to put info into them more easily. Here's my problem:
I'm trying to create a query that will show how much each customer owes. On
paper, it's simple, multiply the quantity by price of each product and then
subtract the amount already paid. It doesn't seem to want to work with
Access. Here's what I have:
([Count of Product ID]*[Price])-([Amount Recieved])
This should work...sounds good and all, but here is the error I get everytime:
"You tried to execute a query that does not include the specified
expression.....as part of an aggregate function. I just don't understand what
I'm doing wrong here! Any help would be greatly appreciated!
Ashley
instead of pencil and paper. I have several tables which include: customers,
cash receipts, orders, and products. These are all working fine and I have
even created forms to put info into them more easily. Here's my problem:
I'm trying to create a query that will show how much each customer owes. On
paper, it's simple, multiply the quantity by price of each product and then
subtract the amount already paid. It doesn't seem to want to work with
Access. Here's what I have:
([Count of Product ID]*[Price])-([Amount Recieved])
This should work...sounds good and all, but here is the error I get everytime:
"You tried to execute a query that does not include the specified
expression.....as part of an aggregate function. I just don't understand what
I'm doing wrong here! Any help would be greatly appreciated!
Ashley