R
Robert Johnson
Hi all. When I use this code I get the following error: "ToTitleCase is not
a member of frmPropertyMasterMaint."
I have placed both imports as reccomended by the help docs in the
declarations so I don't see why the problem.
Robert
Imports System
Imports System.Globalization
txtFirstName.Text = Me.ToTitleCase(FN)
a member of frmPropertyMasterMaint."
I have placed both imports as reccomended by the help docs in the
declarations so I don't see why the problem.
Robert
Imports System
Imports System.Globalization
txtFirstName.Text = Me.ToTitleCase(FN)