Hi,
I currently have a table which auto grows every month by creating a new field when a new calender month is upon us.
The new field holds the same type of info as the month before (Values between 0 AND 4).
What I'm trying to do is populate another (master) field with the highest value seen across all the fields.
I.e.
ID Jan2003 Feb2003 March2003 Master_Value
5555 0 3 1 ?
In the above example Master_Value should be populated with 3 as this is the highest value seen to date.
Can someone suggest a loop of sorts to check the highest value in all fields (except Master_Value) and populate Master_value, no matter how many new fields get created over the next few years.
Thanks
Matt
I currently have a table which auto grows every month by creating a new field when a new calender month is upon us.
The new field holds the same type of info as the month before (Values between 0 AND 4).
What I'm trying to do is populate another (master) field with the highest value seen across all the fields.
I.e.
ID Jan2003 Feb2003 March2003 Master_Value
5555 0 3 1 ?
In the above example Master_Value should be populated with 3 as this is the highest value seen to date.
Can someone suggest a loop of sorts to check the highest value in all fields (except Master_Value) and populate Master_value, no matter how many new fields get created over the next few years.
Thanks
Matt