Group:  Microsoft Access ยป microsoft.public.access.macros
Thread: how do i export from access to user's temp drive?

DotNetBag
.NET Development Newsgroups

HTVi
TV Discussion Newsgroups

Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Rising Antivirus 2006

how do i export from access to user's temp drive?
top4747 01.03.2006 16:51:34
I have created a module to do the following:
DoCmd.SetWarnings False
DoCmd.OpenQuery "Look-Up by Name", acViewNormal, acEdit
DoCmd.Close acQuery, "Look-Up by Name"
DoCmd.OutputTo acQuery, "Look-Up by Name", "MicrosoftExcelBiff8(*.xls)",
c:/Look-Up", True, "", 0

But i want to change the Output to the user's temp drive. how do i do this?

Home | Search | Terms | Imprint | Contact
Newsgroups Reader - provided by WiredBox.Net