Constants, fixed length strings, arrays, user-defined types and ..

  • Thread starter Thread starter Jo Gjessing
  • Start date Start date
J

Jo Gjessing

Hi folks,

When I try and register new persons in a database of mine it says:

Constants, fixed length strings, arrays, user-defined types and Declare
statements not allowed as Public members of object modules

Probably it is difficult to say what it wrong in my database. But if you
have any idea, please let me know. Thank you very much in advance.

Jo
 
hi Jo,

Jo said:
When I try and register new persons in a database of mine it says:
Constants, fixed length strings, arrays, user-defined types and Declare
statements not allowed as Public members of object modules
Probably it is difficult to say what it wrong in my database. But if you
have any idea, please let me know. Thank you very much in advance.
Swithc to the VBA IDE (Alt-F11) and run Debug/Compile. This should give
you a clue.


mfG
--> stefan <--
 
Back
Top