T
Ted
Greetings,
Does anyone have an example of how to use Enum in
Acc2002? I know how to delcare an Enum:
Public Enum abc
a = 1
b = 2
End Enum
But how or when would you use this? What is the purpose
of Enum vs Type variable in Access 2002?
Does anyone have an example of how to use Enum in
Acc2002? I know how to delcare an Enum:
Public Enum abc
a = 1
b = 2
End Enum
But how or when would you use this? What is the purpose
of Enum vs Type variable in Access 2002?