G
Guest
I know this has worked before, but suddenly I can no longer get an append
query to add a field to several fields..e.g.
INSERT INTO [<Pipeline>] (... COST, UNDERWRITE, HOLD, [TYPE OF
TRANSACTION],... Prob_of_Close )
SELECT ... LMS.[Rem Commit 12/31], LMS.[Rem Commit 12/31], LMS.[Rem Commit
12/31], LMS.[Agreement Type Desc],...status.statpercent
FROM LMS INNER JOIN status ON LMS.Status = status.Status
WHERE ((LMS.used) Is Null);
the values within LMS.[Rem Commit 12/31] will append to the COST field but
not to UNDERWRITE or HOLD in the <Pipeline> Table. The LMS table comes from
appending an Excel Spreadsheet and I have confirmed that all the fields are
of consistent type and size.
I am "developing" this query in Office 2000 Pro under Windows 2000 Pro, but
I do know several of my colleagues have already upgraded to XP Pro with
Office 2003 Pro. Is there a possibility their "playing around with" the query
have caused this to no longer work??
query to add a field to several fields..e.g.
INSERT INTO [<Pipeline>] (... COST, UNDERWRITE, HOLD, [TYPE OF
TRANSACTION],... Prob_of_Close )
SELECT ... LMS.[Rem Commit 12/31], LMS.[Rem Commit 12/31], LMS.[Rem Commit
12/31], LMS.[Agreement Type Desc],...status.statpercent
FROM LMS INNER JOIN status ON LMS.Status = status.Status
WHERE ((LMS.used) Is Null);
the values within LMS.[Rem Commit 12/31] will append to the COST field but
not to UNDERWRITE or HOLD in the <Pipeline> Table. The LMS table comes from
appending an Excel Spreadsheet and I have confirmed that all the fields are
of consistent type and size.
I am "developing" this query in Office 2000 Pro under Windows 2000 Pro, but
I do know several of my colleagues have already upgraded to XP Pro with
Office 2003 Pro. Is there a possibility their "playing around with" the query
have caused this to no longer work??