I'm not sure I've ever done a 'project temp'; I always do a 'create temp'. Project temp is certainly easier, and it should behave, but I agree with Rachel -- try replacing it with a create / insert and see if that takes care of it.
Karen > I've run into issue where any of the fields projected are computed. I > also do all temp table creation BEFORE calling the form and if you still run > into issues don't do a project but a 'create temp table...' syntax. GOOD > LUCK! >

