J
|
Jane 8/25/2009 |
Hi, |
D
|
deeg author 8/26/2009 |
Hi Jane, |
J
|
Jane 8/27/2009 |
Hi, |
C
|
clig 9/3/2009 |
Hi, I have a form I am trying to automate. It is a questionnaire that is sent out for response. Each questionnaire has a unique ID. I would like the first page that displays to allow users to type in their First Name, Last Name, UniqueID. I want to check the values against one table (Pool_Table) to see if first, last name, Unique Id exists. If it exists, I want the user to be taken to the Add New page and prefill the fields that they already have entered. Initially I thought I could use the Add page showing just the three fields (possibly 4), then if the record is valid, take them to the edit page where they can add the additional information. So here are my objects: ValidateUser (questionnaire - add table) Pool_Table (validation table) EnterDetail (Questionnaire - edit table)
|