export to text file

T

tech

we created medical HCFA billing forms to call data from access database. We
were able to print the form in mdi and pdf files. But clearinghouse wants
text files.

How to convert or interface the form into text files without loosing the
layout, spacing, and format.

Thanks for your input.
 
J

Jeff Boyce

Instead of trying to output the forms, use a query to return the data you
need to export, then export the query. What this does is run the query and
send the results out.

You can specify the output format when you export...

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Top