P
Paige
I have a database that has the following fields:
Doctor UPIN License
Smith A55555 12345
All of the records have the Doctor, Some of the records
have the UPIN, some have the license, some have both. I
have been given some text files with records that have
those fields that may fill in my blank fields. How can I
combine the files together and not have duplicates? I
want to make sure I keep the record that has values in
all three files.
Example: I have Doctor Jones, UPIN T33333 but no
license. My text file has Doctor Jones, the UPIN and the
License. How do I add that to the table and delete the
other record?
Any help is appreciated. I feel like it's something
simple that I'm just missing on the query...
Thanks!
Paige Clements
Doctor UPIN License
Smith A55555 12345
All of the records have the Doctor, Some of the records
have the UPIN, some have the license, some have both. I
have been given some text files with records that have
those fields that may fill in my blank fields. How can I
combine the files together and not have duplicates? I
want to make sure I keep the record that has values in
all three files.
Example: I have Doctor Jones, UPIN T33333 but no
license. My text file has Doctor Jones, the UPIN and the
License. How do I add that to the table and delete the
other record?
Any help is appreciated. I feel like it's something
simple that I'm just missing on the query...
Thanks!
Paige Clements