Hi All,
I'm writing an accounts package and need to store the current VAT rate with each record; I don't want the user to have to enter this number manually, but I want some sort of one time access to it so I can change it if the VAT rate changes.
I have a large number of forms so i'm hoping to use just a single line of code on each form something like:
VATrateVariable = [VATrate]
in the on load event for each form.
What I don't know is how and where to manually store the VAT rate globally as variable.
Cheers Steve
I'm writing an accounts package and need to store the current VAT rate with each record; I don't want the user to have to enter this number manually, but I want some sort of one time access to it so I can change it if the VAT rate changes.
I have a large number of forms so i'm hoping to use just a single line of code on each form something like:
VATrateVariable = [VATrate]
in the on load event for each form.
What I don't know is how and where to manually store the VAT rate globally as variable.
Cheers Steve