R
r
In my continuous subform I want to hide a dropdown if the record exists and
allow it only for when the user wants to add a NEW record. Is this doable,
or should I just make another method for the user to enter a new record?
Problem is, if the dropdown is active for the existing records, they can
change the record type, and I can't allow that.
In fact, having the dropdown unavailable (locked? disabled?) would work in a
pinch, too, for those existing records. I'd prefer hidden, but the other
options would do.
Is this possible??
allow it only for when the user wants to add a NEW record. Is this doable,
or should I just make another method for the user to enter a new record?
Problem is, if the dropdown is active for the existing records, they can
change the record type, and I can't allow that.
In fact, having the dropdown unavailable (locked? disabled?) would work in a
pinch, too, for those existing records. I'd prefer hidden, but the other
options would do.
Is this possible??