J
Jennifer
I have read the other posts about delete query problems, and none of them are
helping me.
Here is my SQL stmt:
DELETE [CB FE Cumulative tbl].APCRE_RSN_CDE, [CB FE Cumulative
tbl].Description, [CB FE Cumulative tbl].SumOfAPGLD_INVC_AMT, [CB FE
Cumulative tbl].FY, [CB FE Cumulative tbl].PD, [CB FE Cumulative tbl].FYPD
FROM [Select FY-PD] INNER JOIN [CB FE Cumulative tbl] ON [Select FY-PD].FYPD
= [CB FE Cumulative tbl].FYPD;
I am trying to delete all row data from my CB FE Cumulative tbl, where the
FYPD (in CB FE Cumulative tbl) is the same as the Select FY-PD tbl. Here is
what I've tried:
1. DELETE FROM [CB FE Cumulative tbl] WHERE ([CB FE Cumulative].FYPD
=[Select FY-PD].FYPD)
Any suggestions would be greatly appreciated.
Thanks,
Jennifer
helping me.
Here is my SQL stmt:
DELETE [CB FE Cumulative tbl].APCRE_RSN_CDE, [CB FE Cumulative
tbl].Description, [CB FE Cumulative tbl].SumOfAPGLD_INVC_AMT, [CB FE
Cumulative tbl].FY, [CB FE Cumulative tbl].PD, [CB FE Cumulative tbl].FYPD
FROM [Select FY-PD] INNER JOIN [CB FE Cumulative tbl] ON [Select FY-PD].FYPD
= [CB FE Cumulative tbl].FYPD;
I am trying to delete all row data from my CB FE Cumulative tbl, where the
FYPD (in CB FE Cumulative tbl) is the same as the Select FY-PD tbl. Here is
what I've tried:
1. DELETE FROM [CB FE Cumulative tbl] WHERE ([CB FE Cumulative].FYPD
=[Select FY-PD].FYPD)
Any suggestions would be greatly appreciated.
Thanks,
Jennifer