October 31, 200421 yr 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.
November 1, 200421 yr 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
November 2, 200421 yr Author 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.
Create an account or sign in to comment