Export query results using fields as content and file names.

C

Coxrail2

I have a query that displays these two fields:
HTML:
 and [filename].

I need to make small html files from the content displayed in [html] and
name them using the results from [filename].

This would be an easy task if I could deliver the pages dynamically using
..asp. Unfortunately, my situation demands that I make static html pages. The
resulting pages are not large, but there are too many to do by hand.

Any ideas?
 
Top