I have a PDF from that I published to Acrobat.com There are fields to be filled out. Problems:
1. How can I set the fields to populate into an existing MS Access DB once submitted results back to me?
2. How can the form populate upon a certain chouice criteria?
Scenerio: Form is a log file for patients seen, including name, date, room#, diagnosis codes, testing, medications, f/u. The same fields exist in MS Access but distributed among 3 tables (linked). In the PDF form I have created a New Data Connection (OLEDB), Connection string (Provider for ODBC drivers), In the Data View I see my fields from access - so for each input Binding it points to the field (i.e.: for patient name - $record.Patient.Last_Name).
But here is the rub:
1. When the first patient filed is filled, all subsequent patient names are filled with same name (and they keep just replaceing the other inputs).
2. I cannot seem to create a date calender, or have the current date default (taken from the computer time stamp).
3. I can not seem to calculate the follow/up (it's 4 weeks) from the input of the date.
4. When selecting a facility, how do I populate the fields with current patient names and previous Diagnosis (if at all possible).
5. When I created the data connection, the fill in spaces become obscured and my drop down box for facility choice stops working.
I know this is big, but any advice and help is greatly appreciated in advance. I have also attached the PDF form for analysis. Please not that there are two, one is the original prior to Life Cycle modification and the other is with the DB linking attempt.
Thanks
Shai