S
Steve
I'm trying to create a SQL query that combines some fields
together into one big field. When I execute it, it
appears to work fine, but when I try to save it, I crash
to desktop. Does anyone have any ideas? Here is the text
of the query:
SELECT tblCountofPartCovTrailer.xRecType &
tblCountofPartCovTrailer.ControlNum &
tblCountofPartCovTrailer.Filler1 &
tblCountofPartCovTrailer.Filler2 &
tblCountofPartCovTrailer.CountOfRecType &
tblCountofPartCovTrailer.Filler3 &
tblCountofPartCovTrailer.Filler4 &
tblCountofPartCovTrailer.Filler5 &
tblCountofPartCovTrailer.Filler6 &
tblCountofPartCovTrailer.CountOfRecType1 &
tblCountofPartCovTrailer.Filler7 &
tblCountofPartCovTrailer.Filler8 &
tblCountofPartCovTrailer.Filler9 &
tblCountofPartCovTrailer.Filler10 AS PartCovTrailerRecord
FROM tblCountofPartCovTrailer;
together into one big field. When I execute it, it
appears to work fine, but when I try to save it, I crash
to desktop. Does anyone have any ideas? Here is the text
of the query:
SELECT tblCountofPartCovTrailer.xRecType &
tblCountofPartCovTrailer.ControlNum &
tblCountofPartCovTrailer.Filler1 &
tblCountofPartCovTrailer.Filler2 &
tblCountofPartCovTrailer.CountOfRecType &
tblCountofPartCovTrailer.Filler3 &
tblCountofPartCovTrailer.Filler4 &
tblCountofPartCovTrailer.Filler5 &
tblCountofPartCovTrailer.Filler6 &
tblCountofPartCovTrailer.CountOfRecType1 &
tblCountofPartCovTrailer.Filler7 &
tblCountofPartCovTrailer.Filler8 &
tblCountofPartCovTrailer.Filler9 &
tblCountofPartCovTrailer.Filler10 AS PartCovTrailerRecord
FROM tblCountofPartCovTrailer;