I've created a large database for an AA type organization. They have a long form for clients, asking a lot of very personal questions. I've set up a basic security logon with the wizard which allows the counselors access. In addition to that, we want each counselor to only be able to view and edit his own clients. (There's a level of trust there, so I don't think airtight security is necessary.) What I'm trying to set up is an input form which asks them again for their password, then hangs onto that as a variable, which is then used in various forms to list only their own clients.
I have a switchboard set up. I'm trying to write an initial switchboard that leads us to a form asking for our passwords. If the password entered isn't listed in the routine, they can't enter. If it is listed, the password is carried as a variable which a query will use in the next form to generate the appropriate list of clients.
I knew dBase a million years ago, but could use a jumpstart on coding this in VBA.
Thanks
I have a switchboard set up. I'm trying to write an initial switchboard that leads us to a form asking for our passwords. If the password entered isn't listed in the routine, they can't enter. If it is listed, the password is carried as a variable which a query will use in the next form to generate the appropriate list of clients.
I knew dBase a million years ago, but could use a jumpstart on coding this in VBA.
Thanks