Not sure if this can be done but here's the problem. I'm updating a field (F1) in a table (T1) by multiplying two other fields (F1 = F2 * F3). Can I then use the updated field (F1) to update another field (F4) in the same table? As in:
F4 = (F1 = F2 * F3)
Thanks.
F4 = (F1 = F2 * F3)
Thanks.