transfertext not working...help

  • Thread starter Shivalee Gupta via AccessMonster.com
  • Start date
S

Shivalee Gupta via AccessMonster.com

this is my code on the click of a command button:

Private Sub Command0_Click()
DoCmd.TransferText acImportDelim, , "try1", "D:\Documents and Settings\shivaleegupta\Desktop\upl files\tstct.upl", True
End Sub
all i need to do is import a text file on the click of my command button.
can anyone tell me what am i doing wrong???
please...please help me.
shivalee
 
Top