I'm trying to store the value from cboStatus to StatusTx and from txtChangeDate to StatusDt where StatusID is equal to Status ID. I've searched and was able to get this. I am not familiar with SQL or VBA. I appreciate any help I can get. Thanks.
DoCmd.RunSQL "UPDATE tblTask SET "[StatusTx]=" & cboStatus & AND "[StatusDt]=" & txtChangeDate & WHERE "StatusID=" & [StatusID] &.
DoCmd.RunSQL "UPDATE tblTask SET "[StatusTx]=" & cboStatus & AND "[StatusDt]=" & txtChangeDate & WHERE "StatusID=" & [StatusID] &.