FieldName as Filename

  • Thread starter Gary Cidd via AccessMonster.com
  • Start date
G

Gary Cidd via AccessMonster.com

I have a database that I've linked to a searchable index. What I was
wondering is if I could (when I run my HTML Macro Export) if I could
specify a fieldname as the filename? Here is an example of what I'm talking
about:

I would specify the export path (in HTML Format) for a report to be:

C:\HTML_Export\[Field_ISN].html

Would export as C:\HTML_Export\001.html

Client is a hotlink to http://domain_name/001.html

The field name within the report would be a hyperlink to that path:

Report Sample
==========================================
Field_ISN Client
001 BHI


If I'm going about this wrong and someone can think of another method
please let me know. Thank you in advance for your reply.

G.C.
 
Top