I have an invoice form (access 2003) where vat is a part of payment. The problem is : when VAT changes, I want the new VAT to be placed in my form.
I have a VAT table where I have [from date] - [to date] and the relevant VAT.
I'm trying to use :
DlookUp("[MyField]","MyTable","#07/02/2009# Between [from_date] And [to_date]")
But VAT taken is the old VAT (the change was on july 1st).
What can I do please?
Thanks.
I have a VAT table where I have [from date] - [to date] and the relevant VAT.
I'm trying to use :
DlookUp("[MyField]","MyTable","#07/02/2009# Between [from_date] And [to_date]")
But VAT taken is the old VAT (the change was on july 1st).
What can I do please?
Thanks.