Access 2000 to html template

  • Thread starter Thread starter JA
  • Start date Start date
J

JA

Hi,

I have found in the help files that I can save to an html page from Access
2000, using a template with an Access placeholder where the data goes.

The thing is, I want to do this about 1200 times, each time based on a query
with a different parameter. I can them it one-at-a-time, using macros, but I
don't quite know how to do it with VBA.

Could someone sort of explain what I need to do (put all the parameters into
an array?), and I will try to figure it out. I know just a tiny bit about VB
programming.

Thanks for any help!

Jill
 
I recommend that you simply hire a pro to build it. When they finish(not
while they're creating it), examine their code and learn from what they did.
The work will get done very fast and efficiently, and you'll increase your
knowledge ten-fold.

Otherwise, you will need to learn more about Recordsets, looping, and
exporting objects in code.


--
HTH,

Steve Clark, Access MVP
FMS, Inc.
Professional Solutions Group
http://www.FMSInc.com
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Is your Access database too slow?
Are you ready to upgrade to SQL Server?
Contact us for optimization and/or upsizing!
http://www.FMSInc.com/consulting
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 
Back
Top