Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

transfertext problem

Status
Not open for further replies.

Greg25

Technical User
May 30, 2001
159
US
can some one look at this and tell why its not working


Private Sub ExportText_Click()
Function export_palm_text()
On Error GoTo export_palm_text_Err

DoCmd.TransferText acExportDelim, "export", "Status change for palm", "C:\Palm\Barbar\CatScan\Downloads\Status change for palm", True, ""


export_palm_text_Exit:
Exit Function

export_palm_text_Err:
MsgBox Error$
Resume export_palm_text_Exit
End Sub


am not good at debugging

if i doit through file export works fine
macro gives me error read/only

thanks Greg

K & G Design
kgdesign@warwick.net

 
think i figured it out
file name needs .txt

Thanks Greg

K & G Design
kgdesign@warwick.net

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top