J
JohnE
I have a main form that on it has a series of textboxes in which a group can
rank a change. I need to limit the numbering to between 1 and 10 (inclusive)
but also allow the user to remove the rank number. In the properties there
is the validation which works fine but if a user tries to delete a rank, it
throws an error. Is there code that will allow the user to enter the rank
and remove it if needed without error? I thought about the before_update
event but not sure.
Anyone assist?
Thanks.
.... John
rank a change. I need to limit the numbering to between 1 and 10 (inclusive)
but also allow the user to remove the rank number. In the properties there
is the validation which works fine but if a user tries to delete a rank, it
throws an error. Is there code that will allow the user to enter the rank
and remove it if needed without error? I thought about the before_update
event but not sure.
Anyone assist?
Thanks.
.... John