G
Guest
Forgive me if this has been answered. I just spent a half hour looking with
no luck.
I have a table, "Exceptions", that was imported from Excel. One column/field
is "TD Number".
In another table, "TD Numbers" also imported from Excel, there are three
columns / fields: DTE Number, County Number, TD Name. For each DTE Number
there is only one County Number.
[Exceptions].[TD Number] = [TD Numbers].[DTE Number]. Sorry if I have the
syntax messed up. Any way, when [Exceptions].[TD Number] returns "31110", the
same number is found in [TD Numbers].[DTE Number]. In the [TD Numbers]
table, the corresponding [County Number] is "001".
So far I've tried about combination of queries, new tables, SQL Statements
and what have you to get the report to show the County Number instead of the
DTE Number.
In summary, when the report is generated from the table [Exceptions], I want
the field [TD Number] to show the [County Number] instead of the [DTE
Number}. I really don't want to replace 3,200 records by hand. What can I
say. I'm lazy.
Thank you.
no luck.
I have a table, "Exceptions", that was imported from Excel. One column/field
is "TD Number".
In another table, "TD Numbers" also imported from Excel, there are three
columns / fields: DTE Number, County Number, TD Name. For each DTE Number
there is only one County Number.
[Exceptions].[TD Number] = [TD Numbers].[DTE Number]. Sorry if I have the
syntax messed up. Any way, when [Exceptions].[TD Number] returns "31110", the
same number is found in [TD Numbers].[DTE Number]. In the [TD Numbers]
table, the corresponding [County Number] is "001".
So far I've tried about combination of queries, new tables, SQL Statements
and what have you to get the report to show the County Number instead of the
DTE Number.
In summary, when the report is generated from the table [Exceptions], I want
the field [TD Number] to show the [County Number] instead of the [DTE
Number}. I really don't want to replace 3,200 records by hand. What can I
say. I'm lazy.
Thank you.