i am a newbie trying to import a comma delimited text file into my jet database, but am having problems with getting my sql statement to work. i am using the following statement:

"SELECT * INTO Shipping FROM [import#txt] IN '' 'text;database=j:\dwhawley\export\beta2 dao\;FMT=Delimited;HDR=Yes'"

i got this statement off of microsoft's website and only understand a portion of it.

does anyone know what i am doing wrong?