Adam AIS Posted November 23, 2003 Posted November 23, 2003 I searched around for this, but couldn't find anything exact. Hopefully this is not a common question. I have an application (about 20 files) which I'm designing, but for the purpose of this question I basically have 3 files including a login file with a couple global fields that validate against a user file and then the actual application files. I need to keep the username global from the login throughout the remaining files so I have a way to define a relationship back to the user file a pull information about the logged in person (for example automatically insert his or her name). I tried setting up a script that would copy and past from one file to another, but it doesn't seem to work. Any help would be appreciated
Adam AIS Posted November 23, 2003 Author Posted November 23, 2003 I think I got it to work by inserting a calculated result of the field from the login file. Is there a better way to do this?
BobWeaver Posted November 23, 2003 Posted November 23, 2003 You could set up a constant relationship from all the files back to the login file, and then you have immediate access to all the fields in that file without the need to copy/paste, or insert data into fields in the other files.
Recommended Posts
This topic is 7671 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