G
gary
(I have NOT used ANY version of Access before).
I have two text files:
FILE-1 has 2,500 rows, each containing a nine-digit number.
Examples:
391300004
453140065
672260027
FILE-2 has 2 million rows, each containing a nine-digit number
followed by one or two different nine-digit numbers.
Examples:
391300004391140021
391300004391140021391411001
391300004391140021391411002
453140065453741001
453140065453741001460191001
453140065453741002
453140065453741002460191002
453140065453741003
672260014672260046672822058
672260014672260046672822059
672260017672260041
672260017672260041673020006
672260017672260042
672260017672260042672260047
672260027672260046
672260027672260046672811001
672260027672260046672811002
I need to extract the row(s) in FILE-2 whose first nine-digit number
matches the nine-digit number in FILE-1.
Can someone provide step-by-step instructions on how I can do this
using Access 2007?
I have two text files:
FILE-1 has 2,500 rows, each containing a nine-digit number.
Examples:
391300004
453140065
672260027
FILE-2 has 2 million rows, each containing a nine-digit number
followed by one or two different nine-digit numbers.
Examples:
391300004391140021
391300004391140021391411001
391300004391140021391411002
453140065453741001
453140065453741001460191001
453140065453741002
453140065453741002460191002
453140065453741003
672260014672260046672822058
672260014672260046672822059
672260017672260041
672260017672260041673020006
672260017672260042
672260017672260042672260047
672260027672260046
672260027672260046672811001
672260027672260046672811002
I need to extract the row(s) in FILE-2 whose first nine-digit number
matches the nine-digit number in FILE-1.
Can someone provide step-by-step instructions on how I can do this
using Access 2007?