How do I unlink automatic changes in two views?

S

Steve

I created a second view off the same basic table. I made a bunch of column
changes and then realized all the changes were made back onto the first view.
I don't want that. I tried creating the view from scratch but it still
changes the columns on the other two views now.
 
J

JulieS

Hi Steve,

The changes are applying to both views because you are using the same
table in both views. Copy the table and rename it. Make the editing
changes to one of the tables and then edit the second view to use the
other table (View > More Views, Edit).

I hope this helps. Let us know how you get along.

Julie
 
S

Steve

Thanks. This helped. I think of "Tables" as being the system tables.
Instead, they would be a view in a database.
 
J

JulieS

Hi Steve,

You're welcome and thanks for the feedback. Yes, I agree the use of the
word "table" can be very confusing to many. I think of "tables" in
Project as being similar to queries in a relational database.

Julie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top