Aug 20, 2002 #1 terpster MIS Mar 18, 2002 26 US Was wondering if there was anything in access that would allow me to capitalize the first letter in a string? Something similar to initcap in oracle? Many thanks!
Was wondering if there was anything in access that would allow me to capitalize the first letter in a string? Something similar to initcap in oracle? Many thanks!
Aug 20, 2002 #2 GKProgrammer Programmer Sep 26, 2001 285 CA Hi terpster, Use the following StrConv("YourStringHere",3) That should do it Regards, gkprogrammer Upvote 0 Downvote
Hi terpster, Use the following StrConv("YourStringHere",3) That should do it Regards, gkprogrammer
Aug 20, 2002 Thread starter #3 terpster MIS Mar 18, 2002 26 US Thanks, it worked like a charm! Upvote 0 Downvote