I have a form which has many text fields (may actually be labels). I need to remove the contents in them. Below is the code I have tried.
Public Function modCal_removeJob()
Dim strCell As String
strCell = "wd14115" ' I do have a field (label named wd14115
Forms![frmCalendar].Form![strCell] = Empty
End Function
Thank for your help.