Sam Laundon Posted October 31, 2004 Posted October 31, 2004 I a little stuck on this one. Instant Web Publishing FileMaker 7. Here is the scenario: I have over 300 clients that have records in the database. I would like to have just the records for the client that signs in with "User Id" and "Password" to show. How would I set up a script for this to happen? Thanks in advance for your help.
the Otter Posted November 1, 2004 Posted November 1, 2004 If the user name is identical to the client name, the script is simple: Enter Find Mode[] Set Field[table::field; Get(AccountName)] Perform Find[] Of course, you need to replace
Sam Laundon Posted November 2, 2004 Author Posted November 2, 2004 Sorry, I should have added that I have a few clients with the same last name, so I also need to use password in the script in addition to the Get(AccountName), so the client gets the correct records. There is no "Get(Password"), so this is where I am stuck.
Recommended Posts
This topic is 7593 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