Deleted Controls on a Form

T

Tim Tallaksen

I added a few controls to a form, set some properties (such as cannot be
blank) and then deleted the controls from my view. I have finished the form
and now when I try to use a "submit" button I am not allowed to submit
because of the above condition. My question is this, how can I 'delete' the
deleted controls from my form? Thanks.
 
K

Kalyan G Reddy MVP (GGK Tech)

Hello

You have to delete from the Data source(Schema). Even though you have
deleted on the form they still exist in the schema.
 
T

Tim Tallaksen

Excellent. Thank you very much!

Kalyan G Reddy MVP (GGK Tech) said:
Hello

You have to delete from the Data source(Schema). Even though you have
deleted on the form they still exist in the schema.
 
Top