Recent content by hornsVIEW

  1. H

    Updating a row with DSum

    Hello everyone. I a trying to update a table via aggregate sum with parameters however the parameters seem to be ignored. Code:# PARAMETERS [@project_id] Text ( 255 ), [@comment] Text ( 255 ); UPDATE DimensionsTotal INNER JOIN Dimensions ON...
Back
Top Bottom