keepingbusy
Programmer
Hi
I have four fields in table and each record can contain a different number. I want to try and replace the fifth field with the highest number from the four fields. e.g.
Field names:
numb1 = 25
numb2 = 37
numb3 = 21
numb4 = 16
I would want numb5 to be replaced with numb2 (37) or whatever field contains the highest number which changes from record to record.
Searched the forum guys, there are some posts but cant find anything like this.
I'm sure there is a simple solution or command, your guidance is appreciated as always.
This version: VFP6
Lee