November 13, 200619 yr 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
November 13, 200619 yr 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
November 14, 200619 yr Author 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
Create an account or sign in to comment