T
Thomas Kroljic
All,
I have a form that contains a subform (datasheet). When the main form
opens, depending on the users security, I will either hide or unhide one of
the columns in the subform. I use the following code to hide the column:
me.subform.form!fieldname.columnhidden = true
This works fine. But what I've noticed is if the column is hidden and the
user moves his/her's cursor to the last column in the datasheet, when the
cursor turn to the cross-hair +, the user is able to expand the hidden
column.
Is there a way to stop this? If the column is hidden, I do not want a
smart enduser unhiding it by using the cursor.
Thank you,
Thomas J. Kroljic
I have a form that contains a subform (datasheet). When the main form
opens, depending on the users security, I will either hide or unhide one of
the columns in the subform. I use the following code to hide the column:
me.subform.form!fieldname.columnhidden = true
This works fine. But what I've noticed is if the column is hidden and the
user moves his/her's cursor to the last column in the datasheet, when the
cursor turn to the cross-hair +, the user is able to expand the hidden
column.
Is there a way to stop this? If the column is hidden, I do not want a
smart enduser unhiding it by using the cursor.
Thank you,
Thomas J. Kroljic