Re: Views returning incorrect data



I don't understand what you mean.. I've never seen this and I write
fields BEFORE other fields all the time.

can you please give more detail about this bug?

-Aaron



Vayse wrote:
"Robert Morley" <rmorley@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:uUFBTHnCHHA.3624@xxxxxxxxxxxxxxxxxxxxxxxxxx't yet a fix for it. Every
time you add columns to an underlying >table where you're adding or removing
columns BEFORE existing ones, all views
directly dependent on that table will need to be re-saved or else they'll
pull data from the wrong columns. Columns added to the end of the table
are

Thanks! Thats the problem alright. It happened the other day when a
AddressLine5 was added to the Clients table. For now, I guess I'll just save
each view everytime I make a change like that.
Vayse

.