Howdy all,
in a db there is FirstName column and LastName column. These values came from a web form [which i have applied features to automatically uppercase the first char of string FirstName and the same to LastName] Now... since i prevented any further FirstName and LastName from bineg inserted in to the table in am impropper format, my next step is to change all those in the table also have this format. Soooo... i would like to uppercase first char of value in the Members table for column FirstName and to do the same for the column LastName. How can i accomplish this update query? Thanks!
in a db there is FirstName column and LastName column. These values came from a web form [which i have applied features to automatically uppercase the first char of string FirstName and the same to LastName] Now... since i prevented any further FirstName and LastName from bineg inserted in to the table in am impropper format, my next step is to change all those in the table also have this format. Soooo... i would like to uppercase first char of value in the Members table for column FirstName and to do the same for the column LastName. How can i accomplish this update query? Thanks!