Im reading exported data from a comma seperated value file and I'm having a problem.

When I use the following statment:

Code:
Input #1, Field1$, Field2$, Field3$
And the file contains (for instance)...
"Address","Last, First","Phone"
The input is as follows...
Field1$ = Address
Field2$ = Last <-- any idea why its delimiting this field?
Field3$ = Phone

immediate help would be greatly appreciated