Hi,
I am using the following code quite a few times and across three forms.
Dim ScorePoint As Byte
Dim Score As Integer
Can I use a Global or Constant to specify the type instead of having the same code numerous times throughout the db?
Thanks
Daz....
I am using the following code quite a few times and across three forms.
Dim ScorePoint As Byte
Dim Score As Integer
Can I use a Global or Constant to specify the type instead of having the same code numerous times throughout the db?
Thanks
Daz....