I am using Access 2000 and am trying to reference the group that the current user is in. I have seen examples in the knowledgebase that I think might work, but I can't even get the very first part to work. I start with:
Dim W as WorkSpace
and I get the following error message:
"User-defined type not defined"
Does anyone know why I'm getting this message and how to fix the problem?
Thanks!
Dim W as WorkSpace
and I get the following error message:
"User-defined type not defined"
Does anyone know why I'm getting this message and how to fix the problem?
Thanks!