Since you are using the runtime, then no you doubt you have created a number
of custom tool bars (you have to least create one!).
So, can you copy/create your own menu? I would think that taking the menu
options (copy, don't move!) from the built in menu bar where the security
options are, and copying that to your own menu should do the trick.
Note that you do NOT get the User and group accounts, and the User and group
Permissions in the runtime. (you did not get those in previous versions
either).
So, the solution for creating new users, and new accounts is simply to spend
an afternoon and write your own code to accomplish this.
I wrote my own. You can see the screen shots at:
http://www.attcanada.net/~kallal.msn/Articles/UseAbility/UserFriendly.htm
The above is only two VERY small screens you have to make (a few hours at
most). So, take a look at the above to get some ideas.
I just spent 5 minutes, created a mdb with a form that says "hello". I also
crated a custom menu bar (another 30 seconds, and just grabbed the workgroup
menu option). I then crated a mde (another 10 seconds!). I then created a
shortcut with the /runtime switch. The users and group permissions, and the
users and group accounts DOES NOT WORK (as I expected, but I did want to try
this, as those options are in a2002).
However, the workgroup admin DOES work fine!. So, trying this with the
runtime switch does seem work. So, you can use the built in workgroup admin,
and that will save you having to install/run/setup the old wrkgrp.exe like
we used to. This seems a lot better!