Often a label control is bound to a textbox or similar other control. I know that there is a way to access the label through code, but I do not remember how to do it.
If its access I think it is
Forms!YourFormName!YourField.Value
Or if you have a sub form its:
Forms!yourMainForm!YourSubForm!YourField.Value