The following function works in VB. When I try to utlize it in an Access application however Refresh does not appear to be a method available to my Label30 control. Is there some work around? Thanks
Function Commentary(nts As NullTermString) As Integer
frmSampleCreditCHEQ.Label30.Caption = NullToString(nts)
frmSampleCreditCHEQ.Label30.Refresh
Commentary = 1
End Function
Function Commentary(nts As NullTermString) As Integer
frmSampleCreditCHEQ.Label30.Caption = NullToString(nts)
frmSampleCreditCHEQ.Label30.Refresh
Commentary = 1
End Function