Hello, I have an [Orders] table which features [Status] field with several types of Status possible (‘To Buy’, ‘To Make’, ‘Scheduled’, ‘Complete’ etc.)
For the several form views in my database, I’d like a small summary display (possibly in the footer) that would give a current count of the various Status types (i.e (‘To Buy = 3’, ‘To Make = 6’, ‘Scheduled = 9’, ‘Complete = 37’ etc.)
Can I use an expression on each form to extract the appropriate counts or would I create a query on the underlying table or…?
Any help with the language to use for specific commands would be much appreciated since I’m a newbie.
For the several form views in my database, I’d like a small summary display (possibly in the footer) that would give a current count of the various Status types (i.e (‘To Buy = 3’, ‘To Make = 6’, ‘Scheduled = 9’, ‘Complete = 37’ etc.)
Can I use an expression on each form to extract the appropriate counts or would I create a query on the underlying table or…?
Any help with the language to use for specific commands would be much appreciated since I’m a newbie.