Talismanic
06-08-2000, 10:20 AM
I have a form similar to this?
Form Header
JOB# 672 Job Name Bid Deal Week Ending 12/12/00
Details
RECNum--Name--TC-H-Rate
--------------------------
Rec# 1 Bob Vain OT 6 $5.00
Rec# 2 Jim Hush ST 7 $6.00
Rec# 3 Tim Grim DT 4 $7.00
Then I set a conditional macro like this:
Condition [TC]="ST" SetValue [Rate]*1 RepaintObject
Condition [TC]="OT" SetValue [Rate]*1.5 RepaintObject
Condition [TC]="DT" SetValue [Rate]*2 RepaintObject
The problem is that all records are being updated based on the record that I am in when I trigger the macro. So if I am in rec#1 and run the macro #2 and #3 use whatever #1 equals. How do I update each record based on the information in that record.
[This message has been edited by Talismanic (edited 06-08-2000).]
Form Header
JOB# 672 Job Name Bid Deal Week Ending 12/12/00
Details
RECNum--Name--TC-H-Rate
--------------------------
Rec# 1 Bob Vain OT 6 $5.00
Rec# 2 Jim Hush ST 7 $6.00
Rec# 3 Tim Grim DT 4 $7.00
Then I set a conditional macro like this:
Condition [TC]="ST" SetValue [Rate]*1 RepaintObject
Condition [TC]="OT" SetValue [Rate]*1.5 RepaintObject
Condition [TC]="DT" SetValue [Rate]*2 RepaintObject
The problem is that all records are being updated based on the record that I am in when I trigger the macro. So if I am in rec#1 and run the macro #2 and #3 use whatever #1 equals. How do I update each record based on the information in that record.
[This message has been edited by Talismanic (edited 06-08-2000).]