Does anyone know if there is a limit to the amount of elements you can have in a ENUM, as I have the following ENUM in the declarations area of one of my forms and it is only displaying the first 7 elements when used
Thanks,
Gavin,
Code:
Enum AddQualType
QUAL_GCSE = 1
QUAL_KS = 5
QUAL_AS = 6
QUAL_A = 7
QUAL_GNVQF = 8
QUAL_GNVQI = 9
QUAL_GNVQA = 10
QUAL_CSE 11
QUAL_ESOL = 12
QUAL_OTHER = 0
End Enum
Thanks,
Gavin,