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

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
 
S

Stefan Hoffmann

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 <--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top