Jump to content

This topic is 7394 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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.

Posted

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

Posted

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.

This topic is 7394 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.