S
Sean
Hello I have a Purchase Oreder and inventory tracking DB. I need to export
certain records in HTML format to be able to be viewed on the web. I am
very new to VBA.
Here is the flowchart of what needs to happen:
1. Open the first record
2. Preview the Purchase Order Report
3. Export the report to HTML
4. Get the next record
5. If the next record is null, exit the sub; else go back to number 2
From number 5 it needs to loop until there is no more records.
Thank you for any help you can give me on this, I have been reading books
and using the help, but I can't seem to make any progress.
Sean
certain records in HTML format to be able to be viewed on the web. I am
very new to VBA.
Here is the flowchart of what needs to happen:
1. Open the first record
2. Preview the Purchase Order Report
3. Export the report to HTML
4. Get the next record
5. If the next record is null, exit the sub; else go back to number 2
From number 5 it needs to loop until there is no more records.
Thank you for any help you can give me on this, I have been reading books
and using the help, but I can't seem to make any progress.
Sean