G
Guest
I have a form where the user enters different values into 7 different
textboxes. There is an 8th text box that I would like to automatically
display the sum of the values from the first 7. I have tried making the
textbox's default value :
=Sum([TblMonthlyAssess]![Eligible]+([TblMonthlyAssess]![Ineligible]+ etc....,
I've also tried to requery the textbox using the OnEnter event, but neither
one works. I'm not very familiar with coding at all, so I'm sure I'm just on
the wrong track here, but I can't figure it out. Any help is appreciated!
textboxes. There is an 8th text box that I would like to automatically
display the sum of the values from the first 7. I have tried making the
textbox's default value :
=Sum([TblMonthlyAssess]![Eligible]+([TblMonthlyAssess]![Ineligible]+ etc....,
I've also tried to requery the textbox using the OnEnter event, but neither
one works. I'm not very familiar with coding at all, so I'm sure I'm just on
the wrong track here, but I can't figure it out. Any help is appreciated!