J
jskamm
Can anyone help? Running the following query:
INSERT INTO ildonotcalltable12_8_08 ( phonenumber )
SELECT ac & phone AS phonenumber
FROM [TEXT;DATABASE=C:\Do Not Call List\].IL_12_8_2008_do_not_call_list.txt;
I have a database with ac and phonenumber(2 million records) in seperate
columns in a text file. I need to put ac and phonenumber in one column in
access, and then use that new access table to find duplicate phonenumber in
another table. This query used to work but now I'm getting Invalid Argument
error message. Can anyone tell what to do to get this to work.
Thanks
INSERT INTO ildonotcalltable12_8_08 ( phonenumber )
SELECT ac & phone AS phonenumber
FROM [TEXT;DATABASE=C:\Do Not Call List\].IL_12_8_2008_do_not_call_list.txt;
I have a database with ac and phonenumber(2 million records) in seperate
columns in a text file. I need to put ac and phonenumber in one column in
access, and then use that new access table to find duplicate phonenumber in
another table. This query used to work but now I'm getting Invalid Argument
error message. Can anyone tell what to do to get this to work.
Thanks