At 05:54 PM 11/17/2008, Jim Belisle wrote:
I have been successful in creating the temp tables, having the information append to the temp tables, editing the information but am stuck on the next part. Since I have a PK and a FK set up on the regular tables (QuoteHeader and QuoteDetail) the system will not allow me to delete the rows from the tables one at a time. Is there a work around on tables with PK & FK?
Jim, Take a look at the *new* and "enhanced" CASCADE options to achieve that goal. Supported Versions: R:BASE 7.6, C/S:I 7.6, Turbo V-8 and R:BASE eXtreme 9.0. HELP ALTER should reveal all details. Also, take a look at the new "RBDefine" Data Designer for more options as well. Very Best R:egards, Razzak.

