Larry,
Brain lock!! Of course one can update a single table view. I know that! Is it Monday? That sounds like a good excuse. Thanks for the reminder. James Belisle Making Information Systems People Friendly Since 1990 ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of Lawrence Lustig Sent: Monday, January 23, 2012 9:26 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Variable Listview << This table gets updated as a result of shipping choosing to package orders so it really cannot be a view. >> It's very easy to define a single-table view with the extra column you need and just use that view to feed the Listview. I do this all the time. Keep the table exactly as is for the purposes of editing, updating, etc. But add the view for the purposes of display. Alternatively (and I really prefer the view solution), just use the table but add a computed column to it to determine the font color. -- Larry

