I'm still having the same problem, but here are some things I tried...
I created the mde, but get an error when it tries to define the Public variables in the module.
I tried moving the Public statements into a function of the module - error there too. You can't define a Public variable within a function.
So I guess what I need right now is some suggestions on how to define a public variable (one that is available across all forms).
Essentially what I'm doing is when the user logs in via a login form - I store their privilege levels so as I open other forms I know what objects to enable.
Any suggestions would be great!
Thanks.