- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
TundraSteve, Thanks for the reply.
Your suggestion got me on the right path. Here's what worked using FormCalc on the TotalDue field:
if (SpecReg + WorkshopReg == 890) then
SpecReg
else
sum (EarlyReg, StandardReg, SpecReg, WorkshopReg)
endif
Thanks again!
Views
Replies
0 Likes
Total Likes