Matt Limb Posted January 4, 2006 Posted January 4, 2006 Can this be done? I have tried variations all afternoon with no success. I want a table that has one record for each user only – the record being created when the user account is opened and deleted when the account is closed. Each user can only see his or her record. The table, and respective records, are to open when the application starts and the user logs on. The idea being that the layout will act as a ‘main menu’ with various buttons for scripts etc plus a text fields in which the user can add notes & reminders – which will only be accessible to them and part of the ‘larger’ application. It looks like it should be possible but I have had no luck so far. Thanks in anticipation.
Zero Tolerence Posted January 4, 2006 Posted January 4, 2006 What do you mean by when the user account is opened and closed
Ender Posted January 4, 2006 Posted January 4, 2006 Use a User table, where each record is one User. If you keep the users' account name in the User record, you can set a global gAccountName, and simply use a Go to Related Record [ Show only related records ] script step to jump to that user's record.
Matt Limb Posted January 4, 2006 Author Posted January 4, 2006 Sorry, when the user account is created or delete is what i mean
Recommended Posts
This topic is 6900 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now