G
Guest
I have been working on this for hours, and short of beating my head against
the wall, have decided to ask, have been unable to find anything in the forum
that answers my question.
I have two tables. One has patient number, patient name, total charges,
expected insurance payment total, etc. all unique records. I also have
another table that has a bill type in it, this has duplicates in it....see
example below:
pat# bill_type
1 111
1 131
7 131
7 131
14 111
14 121
14 111
What I need is to pull the first bill type into the table with the patient
detail. The problem I am having is that it is pulling all bill types and
then duplicates the patient record. Please anybody, is there a way to do
this? The company I am sending this to will not accept it with duplicated
records. I am a frequent basic user of Access, but not a very fluent one,
and not familiar with SQL statements and such.
the wall, have decided to ask, have been unable to find anything in the forum
that answers my question.
I have two tables. One has patient number, patient name, total charges,
expected insurance payment total, etc. all unique records. I also have
another table that has a bill type in it, this has duplicates in it....see
example below:
pat# bill_type
1 111
1 131
7 131
7 131
14 111
14 121
14 111
What I need is to pull the first bill type into the table with the patient
detail. The problem I am having is that it is pulling all bill types and
then duplicates the patient record. Please anybody, is there a way to do
this? The company I am sending this to will not accept it with duplicated
records. I am a frequent basic user of Access, but not a very fluent one,
and not familiar with SQL statements and such.