S
SAC
I just posted a question about how to retunr a value from a sql statement,
but maybe there's a better way.
I'm trying to lookup an invoice number based upon entering the total amount
of the invoice. Of course I don't store the total amount as it's calculated
so I'm think I would need to run a query summing the amounts to get the
total and return the invoice number so it can be looked up.
Is there a better way?
Also, how do I retunr the invoice number from such a sql statement so I can
look it up?
Thanks.
but maybe there's a better way.
I'm trying to lookup an invoice number based upon entering the total amount
of the invoice. Of course I don't store the total amount as it's calculated
so I'm think I would need to run a query summing the amounts to get the
total and return the invoice number so it can be looked up.
Is there a better way?
Also, how do I retunr the invoice number from such a sql statement so I can
look it up?
Thanks.