On Mon, Apr 7, 2008 at 11:05 AM, Phill B <[EMAIL PROTECTED]> wrote:
> The customer would like to have versions of the product that he could print
>  out. I'm not sure I see an easy way of  doing this with the data stored like
>  this. Then again its Monday morning and I'm not firing on all cylinders yet.

If you require more extensive data tracking, then consider a duplicate
table named something like product_archive. It would have all the same
fields, plus its own primary key (product_id would be FK back to
original product table), and maybe a time stamp.

-- 
Matt Williams
"It's the question that drives us."

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302866
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to