C
Chris Gorham
Hi,
I'm exporting the results of a querie into Excel...it works no problem using
the foillowing code:
DoCmd.TransferSpreadsheet acExport, 8, querie_sel, "D:\Documents and
Settings\cgorham\Desktop\" & tab_sel & " - " & querie_sel & " " & increm &
".xls", True, "ICMS Database"
However it would be nice to give the user the ability to set and store his
own file path so that I don't have to tailor the database for him.
How can I do this...??
I assume that I can save the file path in the registry...and I guess I could
bring up an input box to type in the path, but it would be nicer for the user
to select it rather than type it...
Chris
I'm exporting the results of a querie into Excel...it works no problem using
the foillowing code:
DoCmd.TransferSpreadsheet acExport, 8, querie_sel, "D:\Documents and
Settings\cgorham\Desktop\" & tab_sel & " - " & querie_sel & " " & increm &
".xls", True, "ICMS Database"
However it would be nice to give the user the ability to set and store his
own file path so that I don't have to tailor the database for him.
How can I do this...??
I assume that I can save the file path in the registry...and I guess I could
bring up an input box to type in the path, but it would be nicer for the user
to select it rather than type it...
Chris