gerrit
Posts: 131
|
| Posted: 09/30/2005, 4:41 AM |
|
Hello,
I have webstore, I want gladly a total number of Article (how I get that total from mysql database) on my site
_________________
| http://www.vision.to | |
 |
 |
Benjamin Krajmalnik
|
| Posted: 09/30/2005, 4:50 PM |
|
I do not quite understand what you want, but you could use the DLookup
action, and in the expression use "count(*)". This will tell you how many
records the table has (and as such, how many types of articles). If you
want a physical count of the quantioty of items in inventopry, then use
Sum(FieldWithTheQuantity)
Hope this helps. Your request was a bit vague, so it was difficult to
understand exactly what it is you are trying to get.
|
|
|
 |
|