Hi,
I need to make a form that produces record counts based on multiple queries
ie
example
total orders = 220
orders received = 50
orders dispatched = 170
for total orders I use
=count([id])
this counts all the records
i have a field called transactiontype which states whether the order is received or dispatched
how do I perform a count for those.
ive tried
=count((([transactiontype])="s")
but it doesnt work.
do you have any ideas?
also
id like to create a list box where a value select performs a count and displayed in a different text box.
can u also help on this one
thx a lot
Tom
I need to make a form that produces record counts based on multiple queries
ie
example
total orders = 220
orders received = 50
orders dispatched = 170
for total orders I use
=count([id])
this counts all the records
i have a field called transactiontype which states whether the order is received or dispatched
how do I perform a count for those.
ive tried
=count((([transactiontype])="s")
but it doesnt work.
do you have any ideas?
also
id like to create a list box where a value select performs a count and displayed in a different text box.
can u also help on this one
thx a lot
Tom