Greetings,
I developed a database in Access 2010 with a feature to export a report via e-mail where the report is converted to a PDF. I've since learned that a large number of users where the database will be in service have Access 2003 on their machines, which doesn't appear to support the PDF function.
Is it possible in VBA to check the version of Access that the user used to open the database? I'm considering an IF-THEN statement that exports the file in rich-text if the user version is 2003 but defaults to PDF for everything else. Any experts out there that have tried this?
Many thanks!
I developed a database in Access 2010 with a feature to export a report via e-mail where the report is converted to a PDF. I've since learned that a large number of users where the database will be in service have Access 2003 on their machines, which doesn't appear to support the PDF function.
Is it possible in VBA to check the version of Access that the user used to open the database? I'm considering an IF-THEN statement that exports the file in rich-text if the user version is 2003 but defaults to PDF for everything else. Any experts out there that have tried this?
Many thanks!