View Single Post
  #14  
Old November 28th, 2006, 09:53 AM posted to microsoft.public.access.tablesdbdesign
Phil
external usenet poster
 
Posts: 606
Default Use a variable number of fields

Jeff & Jamie

I would like to thank you both for your help. Looking at the question I
originally posted I asked about five questions in one. But your input has
helped me focus on one issue

I decided to use form level validation which is now working very well, I
decide on this mainly because of the user interface assistance which helped
me.

Jamie, your solution was elegant and I have learnt so much and realised how
little I know and can understand.

I am now going to try and build a register which does not work like a
spreadsheet.

thanks again

Phil

"Jamie Collins" wrote:


Jeff Boyce wrote:
thanks for this i appreciate your reply. From your suggestion, I take it
that validation would be better through the form than through the tables.


It would be simpler to use form-level validation, since there are
user-interface tools that assist. That doesn't necessarily make it
"better".


Phil, I'd urge you to read this series of three short articles on this
very issue (I'm pretty sure I've previously referred Jeff here g):

Mop the Floor and Fix the Leak
by Joe Celko

http://www.dbazine.com/ofinterest/oi-articles/celko25/

"The poster was asked about some basic data integrity issue and in the
discussion he replied that all the validation would be done in the
front end application program, so we did not have to bother with
constraints on the [database] side. Golly gee whiz, do you suppose that
might be a bad idea? Let's just list some of the assumptions and
situations required for this approach to work..."

Jamie.

--