I need to add an additional field to my Main table database I can do this by using MYSQL server, but I made a custom view of the table which is being used by other users.
My question is can I make changes to my main table without it effecting the custom view? The added field I want to add does not have to be added to the custom view.
thanks
Larry