Check for required field in Before Update event

Thanks Bob,

Bob so you don't use any validation rules in your table or table fields on a commercial system that you built?

You always produce your own validation using the field's and form's before_update events?

Thanks
 
Thanks Bob,

Bob so you don't use any validation rules in your table or table fields on a commercial system that you built?

You always produce your own validation using the field's and form's before_update events?

Thanks

That is correct. I find table validation to be very limiting and hard to deal with so I have gone the route I've said - I use validation at the form level and I do not let users have direct access to tables/queries where I do not have control.
 
Thanks Bob,
 

Users who are viewing this thread

Back
Top Bottom