Re: [GENERAL] Limiting/disallowing changes of certain columns

2013-11-11 Thread Melvin Call
On Mon, Nov 11, 2013 at 4:28 PM, David Johnston wrote: > Melvin Call wrote > > Hello all, > > > > I am creating a data model that contains time-dependent data. I only need > > a > > snapshot solution, where we capture the initial state of all fields in > the > > record, and we then store subseque

Re: [GENERAL] Limiting/disallowing changes of certain columns

2013-11-11 Thread David Johnston
Melvin Call wrote > Hello all, > > I am creating a data model that contains time-dependent data. I only need > a > snapshot solution, where we capture the initial state of all fields in the > record, and we then store subsequent changes as a new row in a child > table. > What I am looking at is cr

[GENERAL] Limiting/disallowing changes of certain columns

2013-11-11 Thread Melvin Call
Hello all, I am creating a data model that contains time-dependent data. I only need a snapshot solution, where we capture the initial state of all fields in the record, and we then store subsequent changes as a new row in a child table. What I am looking at is creating a primary table that contai