Hi,
My query produces a “Total” figure. I need to use this figure to generate a “final total” – however it depends upon a field on my form/table as to how this final figure is calculated.
If “text box1” on my form = “Visa” then I need to use the following code:
[Final Total] = [Total] * .98
Or if “text box1” on my form = “Switch” I need to use the following code:
[Final Total] = [Total] – 0.50
Is it possible to perform an “if” statement directly onto a query using design view?
The form that contains “text box1” is called “Order Form” and the table it is stored in is called “Order Table”.
Because I need to perform either a multiplication or a minus calculation I’m a little stumped, any help would be greatly appreciated.
Thank you.
My query produces a “Total” figure. I need to use this figure to generate a “final total” – however it depends upon a field on my form/table as to how this final figure is calculated.
If “text box1” on my form = “Visa” then I need to use the following code:
[Final Total] = [Total] * .98
Or if “text box1” on my form = “Switch” I need to use the following code:
[Final Total] = [Total] – 0.50
Is it possible to perform an “if” statement directly onto a query using design view?
The form that contains “text box1” is called “Order Form” and the table it is stored in is called “Order Table”.
Because I need to perform either a multiplication or a minus calculation I’m a little stumped, any help would be greatly appreciated.
Thank you.