-
I'm writing client-server application with VB5 SP3. And I'm stuck at the following variable declaration!!
Dim WS as Workspace
I get error "User-defined type not defined". (???) I'm only following the example in the help. Are there any setup required? I went through VB Help and VB references, but can't find anything.
TIA
Carolyn
-
I'm not sure if it is it but you may have to go to Project-->References and choose Microsoft DAO 3.5 Object Library.
Worked in my case.
HTH
------------------
Visual Basic Programmer
------------------
PolComSoft
You will hear a lot about it.
[This message has been edited by QWERTY (edited 02-02-2000).]
-