reclusivemonkey said:No offence, but your question doesn't make any sense to me. Can you rephrase it a little better? I understand english isn't your first language, but as this is a .co.uk domain, most people here speak english. I am sure a solution can be found if we can understand what you want a little better.
kernel76 said:Sorry for my english I'm italian..
kernel76 said:I'd like to create 10 html/txt pages how many are the records in my table
automatic saving with various names the pages
reclusivemonkey said:I gathered that from your flag ;-)
I think I understand a little more. You want a report, in HTML, with a single record on each page? I would start off creating a report, and insert page breaks between each record. How you would do this depends on how complex each record is. If its a simple record, then you can do it with the "Force New Page" in the "Detail" section of the report, then just export it as HTML. Hope that makes sense.
kernel76 said:when I export the report, the page comes saved with:
reportpage1, recordpage3, recordpag4, ecc ecc
it's possible to change the names of the files even with a text in a column of the record?
still thanks many for the previous solution!![]()
reclusivemonkey said:The HTML page names depend on what you called your report as far as I know. So you can change your report's name to "names", and then it should create the pages with "names1.html", "names2.html", "names3.html", etc.
kernel76 said:Ok ... but if my report name is "name", when i export this, access by default generates : namepage1, namepage2 ecc ecc
if I wanted rename the files like: jack.html , mark.html, john.html ..
i'm lookink for a tool to rename these pages..
reclusivemonkey said:Can you post your database? I will see if I can write the VBA for you.
reclusivemonkey said:Hi kernel,
Try this. I created a form with a button on which runs the code in module 1. It should create the HTML pages you need.