I am trying to get the maximum out a few fields in the same table. For example: I have a table with three fields: D1, D2, and D3. I wanted to write a query that produce the Maximum [D1, D2, and D3] and assign it to D4. The built-in Max function does not work because it produces the largest value of one field over all records. I am trying to get the largest of a few fields from the same record.
Thanks,
LiHui
Thanks,
LiHui