• Gail,

    I'm new to TSQL and have similar nonfunctional update statement:

    set FDIT_SAP_IMPORT.auc=FDIT_SAP_AUC_IMPORT.auc

    from FDIT_SAP_IMPORT

    where FDIT_SAP_AUC_IMPORT.wbsnumber=FDIT_SAP_IMPORT.wbsnumber;

    Any Ideas?