G
Guest
Thank you again "Mark" for the helpful information you provided. The code
that you recommended to me ...
If Not IsNull(Me.PBRNName) Then
Me.Caption=Me.PBRNName & "'s Evaluation Data Entry Form"
Else
Me.Caption="Evaluation Data Entry Form"
End If
.... Worked out very well.
I have another question about the above code. With this code, whatever
information the user enters into it, such as "Wayne Peacock", the title bar
will change from "Evaluation Data Entry Form" to "Wayne Peacock's Evaluation
Data Entry Form"; the way I needed it to do.
Could I go one more step higher and make "Wayne Peacock" a different color
within the title bar, while the rest of the information " 's Evaluation Data
Entry Form" it's default setting?
I might be pushing my luck but was just wondering.
Or if anyone has any suggestion, your help and comments would greatly be
appreciated!!!
Thanks again you guys for all the help you do provide.
Sincerely,
Leonard Wayne Peacock
that you recommended to me ...
If Not IsNull(Me.PBRNName) Then
Me.Caption=Me.PBRNName & "'s Evaluation Data Entry Form"
Else
Me.Caption="Evaluation Data Entry Form"
End If
.... Worked out very well.
I have another question about the above code. With this code, whatever
information the user enters into it, such as "Wayne Peacock", the title bar
will change from "Evaluation Data Entry Form" to "Wayne Peacock's Evaluation
Data Entry Form"; the way I needed it to do.
Could I go one more step higher and make "Wayne Peacock" a different color
within the title bar, while the rest of the information " 's Evaluation Data
Entry Form" it's default setting?
I might be pushing my luck but was just wondering.
Or if anyone has any suggestion, your help and comments would greatly be
appreciated!!!
Thanks again you guys for all the help you do provide.
Sincerely,
Leonard Wayne Peacock