But you said you want to use a template. What did you mean by that?I don't have a template?
Ah, you were talking about the Export With Formatting macro action, right? If so, I think the template file argument may be optional.I see you can add or export data and use a template. I guess I need a template first. Any templates out there geared toward MS Access tables?
Where does the table data go?
Perhaps it would be easier if you could show us what you mean. For example, show us the original data, the export result, and the formatted outcome you desire.Is it possible to make the export be more than just static? Maybe sort by columns, search?
SELECT "<tr><td class='DataRow'>" & EmpName & "</td><td class='DataRow'>" & EmpDept & "</td><td class='DataRow'> & EmpAge & "</td></tr>"
FROM tblYourData
Sounds like when you say HTML, you actually means a website. I have experience with Caspio, but I am not sure you really want to use it. What is the data going to be used for? Who will use it?I see... It looks like it will have to be static or use a company that take the database and converts it online. Like Caspio or Kintone.
So, your customers have their own customers? Are you giving them an Access application? If so, can't they see their own data using your Access application?company. I would like my customer's to have the ability to see their customers info. How else would they get that data?