protect last column in a row

K

Kim K

I have a form with a table of 4 columns. The first three the user will need
to input data, the last column is a checkbox option (ie check option a, b or
c). how can I protect only the last column so that the user can check their
box, AND be able to input data in columns a-c?
 
S

Suzanne S. Barnhill

You have to put text form fields for data entry in the first three columns.
 
Top