Jul 7, 2005 #1 Rachel30 Programmer Mar 1, 2005 95 GB Hi, I have a formula that will show text conditionaly. Inside the text string I would like to show "Quotes" around the text how do I display quotes. Thanks Rachel
Hi, I have a formula that will show text conditionaly. Inside the text string I would like to show "Quotes" around the text how do I display quotes. Thanks Rachel
Jul 7, 2005 #2 MisterMo Programmer Mar 18, 2002 564 GB '"' + totext({Table.Field}) + '"' Mo Upvote 0 Downvote
Jul 7, 2005 Thread starter #3 Rachel30 Programmer Mar 1, 2005 95 GB Mo, Thanks for your help. I used chr(34) That worked aswell. Cheers Rachel Upvote 0 Downvote