abbaddon223
Registered User.
- Local time
- Today, 01:27
- Joined
- Mar 13, 2010
- Messages
- 162
Hi,
I'm wondering if someone can help me please?
I have a field: [Total_Paid] which contains a currency value. What I need to do is work out what VAT was added to the net amount to get the [Total_Paid] through VBA
So, if £300 was in the field [Total_Paid], I need some code that would put
£50 into the field [VAT] and;
£250 into the field [NET]
IE: £250 was the amount paid, £50 was added for VAT (at 20%), meaning £300 was paid - so it's a vat calculation but in reverse. :banghead:
In excel it would be: [Total_Paid] /(100%+20%) = £250
Any help appreciated!!
I'm wondering if someone can help me please?
I have a field: [Total_Paid] which contains a currency value. What I need to do is work out what VAT was added to the net amount to get the [Total_Paid] through VBA
So, if £300 was in the field [Total_Paid], I need some code that would put
£50 into the field [VAT] and;
£250 into the field [NET]
IE: £250 was the amount paid, £50 was added for VAT (at 20%), meaning £300 was paid - so it's a vat calculation but in reverse. :banghead:
In excel it would be: [Total_Paid] /(100%+20%) = £250
Any help appreciated!!