Doug: MY MAN! Now how in the heck did that little gem slip by me? I put PROPERTY TABLE chart 'READYONLY TRUE' on my form after start eep, put an "edit" button setting it back to False and it works great!!! I had no idea we could do that!
The syntax required is strange. You have to put the quotes in the exact place you mentioned. It doesn't work without any quotes, and it doesn't work if you only quote the true/false. So it's a little pickier than field-level properties. I wonder if I'm the only one who didn't know you could do this... Karen > PROPERTY TABLE <FORMTABLENAME> 'READONLY TRUE'

