Programming querries to a file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form in which I request a querry by date. It askes for two dates a
beginning and a ending inclusive. It then produces the querry into a form
that i can print. I would like to have the two dates go to a file in .txt
format instead of to the form view. How does this need to be done.
 
I would like to have the two dates go to a file in .txt
format instead of to the form view.

Look up help for the "Open" and the "Print #" statements.

HTH


Tim F
 
Back
Top