B
Bill Raterink
I have a RawData table that I import a txt file into, then
I "Append" the records to a second table "calculating"
some fields in the process. I do this, because some of
the calc'ed fields are used in further formulas in the
reports generated. Once, works great. I have 66 records,
& my report is fine. When I import the NEXT txt file
with, say, 85 records, instead of getting 151 records,
it's in the thousands. The 3rd append query in 400k
records. I suspect the problem is in the join, but I don't
know how to fix it, & I can't import all of the files
together. I'm currently using the 2nd option on the
join, "all" of RawData + "Matching" on the AppendData.
What I really want is "All" of BOTH tables. All of
RAWDATA (which is cleaned out at each import) added to the
end of the ApndData table. The tables are not keyed, But
I (think) I HAD to join on something, so I chose the DATE
stamp, lots of dupe's. Thanks, -Bill.
I "Append" the records to a second table "calculating"
some fields in the process. I do this, because some of
the calc'ed fields are used in further formulas in the
reports generated. Once, works great. I have 66 records,
& my report is fine. When I import the NEXT txt file
with, say, 85 records, instead of getting 151 records,
it's in the thousands. The 3rd append query in 400k
records. I suspect the problem is in the join, but I don't
know how to fix it, & I can't import all of the files
together. I'm currently using the 2nd option on the
join, "all" of RawData + "Matching" on the AppendData.
What I really want is "All" of BOTH tables. All of
RAWDATA (which is cleaned out at each import) added to the
end of the ApndData table. The tables are not keyed, But
I (think) I HAD to join on something, so I chose the DATE
stamp, lots of dupe's. Thanks, -Bill.