I created an update query that I want to convert to a sql. The query works but when I view the sql and copy, the code errors at the " marks. I have tried replacing " with ' and # to try to get it to work to no avail ([start_postOp] is a time field)
This is the sql statement from the query. I cant figure out what I'm doing wrong. Tempting to run as an update qry but then I dont learn .....
Update tblAts Set tblAts.Post_opBloodLoss =
IIF("isnull[start_postOp]"),'',[totalBloodLoss];"
Thanks
Mark
This is the sql statement from the query. I cant figure out what I'm doing wrong. Tempting to run as an update qry but then I dont learn .....
Update tblAts Set tblAts.Post_opBloodLoss =
IIF("isnull[start_postOp]"),'',[totalBloodLoss];"
Thanks
Mark