jkfeagle
Codus Confusious
- Local time
- Today, 00:49
- Joined
- Aug 22, 2002
- Messages
- 166
OK Access wizards, I need your help. I have a form that sums the fields in the form (in the footer obviously). Also in the footer I have a label control that I want visible or invisible based on whether the sum is positive or negative. I'm having trouble with where to put the 'trigger' to get it to update based on when a new record is entered in the form and when the form opens. I've tried putting the condition of if sum > 0 then label is visible, etc. in the load, open, dirty, after update and nothing seems to work. Any guidance?