well...not quite true
you can do this
Action cell = setf(getref(action.checked), if (action.checked,0,1))
user cell = if (action.checked, docmd(1046),) Brings to front
or
user cell = if (action.checked, docmd(1048),) sends it to the back
Basically, thru action cells, you can move the shape to front or send to back
Docmd has a lot of power....probably 200 commands in there. My favorite is docmd(1312) which opens shape properties