I have limited knowledge in programming, wonder if you can help me. I created form based on table which I update running update query. The table has few columns DwgNo, REV, REV_CHANGE, and Check Box REV_CHANGE_CLEAR. This is what I am trying to accomplish.
After I run update query if REV column value changes I would like to have:
DwgNo, change back color to red
REV_CHANGE, have value “Y” entered
After I review the changes to DwgNo I would like to be able to click on REV_CHANGE_CLEAR, change DwgNo back to #FFFFFF and REV_CHANGE to null value.
Thanks :banghead:
After I run update query if REV column value changes I would like to have:
DwgNo, change back color to red
REV_CHANGE, have value “Y” entered
After I review the changes to DwgNo I would like to be able to click on REV_CHANGE_CLEAR, change DwgNo back to #FFFFFF and REV_CHANGE to null value.
Thanks :banghead: