Code:
Dim SourceSubFrmParts As String
SourceSubFrmParts = subfrmEmptyParts.SourceObject
I would like to extract a part of the string which is assigned to SourceSubFrmParts and replace it with something else. The first six letters, which always will be 'subfrm', which in all cases have to be replaced with 'qry'.
Thanks in advance !