I ions Access User Local time Today, 05:19 Joined May 23, 2004 Messages 816 Nov 5, 2009 #21 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
boblarson Smeghead Local time Today, 05:19 Joined Jan 12, 2001 Messages 32,059 Nov 5, 2009 #22 ions said: 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 Click to expand... 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.
ions said: 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 Click to expand... 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.
I ions Access User Local time Today, 05:19 Joined May 23, 2004 Messages 816 Nov 5, 2009 #23 Thanks Bob,
boblarson Smeghead Local time Today, 05:19 Joined Jan 12, 2001 Messages 32,059 Nov 5, 2009 #24 ions said: Thanks Bob, Click to expand... Sure thing.