I've got a project that needs to place data from an Access database onto a PDF form.
Once users make a change to the PDF form, then I must create an XML file based on a schema for uploading to a website that will process the data.
Can I rely upon ADBC and the XMLData model to do this or will I be in better shape by controlling these processes from within Access using IAC and the MSXML 6.0 library ?