Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
I have custom edit pages for each state of a process and want to default the state on the edit page, what is the easiest way to do this, default values (using a dropdown list with a look-up table) are only used on add pages
Chad,edit page do not support default values.It shows you the actual database data.You can use BeforeEdit event to modify some fields values before it goes back to the database.