Thread: Tag Property
View Single Post
  #4  
Old October 27th, 2009, 04:54 PM posted to microsoft.public.access.forms
NG
external usenet poster
 
Posts: 56
Default Tag Property

Hi Ann

Are you sure that [Forms]![Main]![Name] or [Forms]![Main]![SSN] are the
names of the checkboxes?

The code says:

if [forms]![Main]![NameOfTheCheckbox] then RiskValue = RiskValue +
CInt([Forms]![Main]![NameOftheCorrespondingFieldWithTheTag].Tag)
So check that in the first part you use the names of the checkboxes.

kind regards
NG

"Ann" wrote:

Hi,

I made the changes but nothing happens. The checkboxes are checked but
nothing appears in the txtRisk box. Here is how it looks now. I something
typed incorrectly?