Re: [GENERAL] problem with nested views

2000-04-29 Thread Travis Bauer
Thank you, I think that is what it is. I noticed that when the view fails, it the values that are incorrect are sums of what should appear in multiple records. Is there any obvious way around this problem? Thanks, Travis Bauer |

Re: [GENERAL] problem with nested views

2000-04-28 Thread Travis Bauer
essage - > From: Travis Bauer <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, April 28, 2000 10:08 PM > Subject: [GENERAL] problem with nested views > > > > Can I create views based on a combination of an existing view and the > > table on

[GENERAL] problem with nested views

2000-04-28 Thread Travis Bauer
Can I create views based on a combination of an existing view and the table on which it was originally based? When I try this, I am getting no error, but the numbers in some columns of the resulting view are not correct. Thanks, T