I have a PDF form that pulls data from a SQL Server. The fields in the
PDF are populated from the database after selecting a specific record
from a drop down and then clicking on a button labeled "Fill". The
problem is that the dropdown does not display new records that have been
recently added to the database. I have to open the form up in designer
then save it, (*note - I change nothing at this point.) Then when the
form is opened back up in Adobe the dropdown show all the records
including th...