S
Sally
On the database I am creating, I have a report that will
be produced and then saved as a csv file.
I daclared the file name as such:
Dim fname As String
and I wanted the name of the reoprt to be entered via a
text box on a form that conatins the button for setting
of the queries, so the user would enter the name of what
they would like the report to be called, although my code
is wrong and I can't think of how it should be. Does
Anytone know? my code is the following:
fname = "C:\" & [options]!txtname & ".csv"
be produced and then saved as a csv file.
I daclared the file name as such:
Dim fname As String
and I wanted the name of the reoprt to be entered via a
text box on a form that conatins the button for setting
of the queries, so the user would enter the name of what
they would like the report to be called, although my code
is wrong and I can't think of how it should be. Does
Anytone know? my code is the following:
fname = "C:\" & [options]!txtname & ".csv"