Help with this JET Sql Query [SOLVED]
- by yae
Hi:
I need help to do this query select.
for example I have these fields:
idInvoice
date
amount
Depending of the date I need multiply the field "amount" for x number or other one.
For example, if the date is less 01/01/2010 to multiply for 20 . But if it is major or equal to multiply for 35
Select idInvoice, date, amount, amount * varNumber from invoices