Hi Guys, I hope someone can help me with this query!
I have a badly written database to fix, I have invoice generating queries that contain the code
VAT: IIf([VAT Applicable]=True,[Amount]*0.175,0)
If i simply change all of the queries to 15% the historical data will be affected, so I need...