Spac3man Posted August 15, 2010 Posted August 15, 2010 I am trying to create a field that counts how many orders a customer has placed. As a report, it's easy: Find CustomerID and sub-summary count OrderID. But can I get a FIELD to accomplish this?
comment Posted August 15, 2010 Posted August 15, 2010 If you have a Customers table, you can define a calculation field there = Count ( Orders::CustomerID ) Or just place the summary count field from Orders on the customer layout.
Spac3man Posted August 15, 2010 Author Posted August 15, 2010 (edited) If you have a Customers table, you can define a calculation field there = Count ( Orders::CustomerID ) Or just place the summary count field from Orders on the customer layout. yup, the first suggestion did the trick. Funny how, as a newbie, it's easy to overthink things. Thanks comment Edited August 15, 2010 by Guest
Recommended Posts
This topic is 5212 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