js22 Posted November 13, 2006 Posted November 13, 2006 Hello, I'm working on an inventory database and I'm trying to get my summary fields to work. In the database are two tables. One is inventory transactions and the other is inventory summary. Inventory transactions is a list of everything that has been ordered. Date, Quantity, Stock Amount and the Name of what was ordered. Inventory summary is where the problems are. I would like to have a summary with total quantity (how many bottles are on the shelf) total Amount (quantity * stock amount, it is just an approx but that is good enough) sorted by Name. When I do the summary fields it tells me that I have circular references and won't let me finish. I know this is a little vague but I don't know how to express it. If anyone has any ideas I would be very grateful. Thanks js22
Tim W Posted November 13, 2006 Posted November 13, 2006 Hi, I have attached a file that I believe addresses your question. Have a look and let me know if I can help any further. Thanks, Tim Inventory.zip
js22 Posted November 14, 2006 Author Posted November 14, 2006 Thanks for the attachment, I looked at the tables and I think that I can get what I need from it. I may have some specific questions for you later. thanks again js22
Recommended Posts
This topic is 6645 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now