dbTalk Databases Forums  

Re: Newbie question regarding table design

comp.databases comp.databases


Discuss Re: Newbie question regarding table design in the comp.databases forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
--CELKO--
 
Posts: n/a

Default Re: Newbie question regarding table design - 01-30-2007 , 03:39 PM






Quote:
1) Should I use two columns, or should I use only one column and derive the value in the second column?
One column in the base table and two columns in a VIEW. This ensures
data integrity




Reply With Quote
  #2  
Old   
--CELKO--
 
Posts: n/a

Default Re: Newbie question regarding table design - 01-30-2007 , 03:42 PM






Quote:
Access is a file server database and doesn't have any triggers. To do this, you would use a form and VBA code to calculate the second column's data.
No. You would use a VIEW rather materializing a calculation or using
a trigger (procedural code, ugh!!).




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.