I have an Acrobat solution which use a list box object to select a social security number from the list then populate the entire form with data from a SQl Server 2005 database via ODBC. It works without a hitch.
However, there is an obvious security problem with personal information (SSN) being seen via the list box.
I would like to allow the users to search from the SSN field. For example, type the SSN number directly in the field and press the refresh button or press the enter key to return only records relating to the one SSN.
As it stands now, all SSNs are listed from the list box and all records can seen via a next button which moves to the next record. I can not hide or disable the next button because more than one record relates to a SSN. I want to allow viewing for one SSN.
Thanks