Question : Tab Control - fields not calculating

I am using MS Access 2007. I had several calculated fields on a form which calculate based on answers to questions on the form.  In an attempt to organize the form better, I added tab controls and moved the fields onto the tab controls.  My fields no longer calculate?

Answer : Tab Control - fields not calculating

For an event procedure to work, you need two things:

1. The event property should be set to the string "[Event Procedure]"
2. The event procedure with the correct name must exist in the class module.

Occasionally the property value gets wiped and this causes the control do become disassociated with its event procedure.  Just resetting the property on the controls should fix it.

You can do this en masse by selecting multiple controls and then setting the event property in the property sheet.  All the selected controls will be fixed in one go.

--
Graham

Random Solutions  
 
programming4us programming4us