|
-
Jul 20th, 2006, 09:59 AM
#1
Lively Member
Re: insert text in selected record
 Originally Posted by Palmtree
I want disply my query result(result1, result2, result3) like this:
A. result1
B. result2
C. result3
How can I insert the A, B, and C in it? Thanks.
I can think of at least one way, but just to be sure, how is the report obtaining data? Directly from the database, ttx file or ...?
Energy can be neither created not destroyed. It can only be wasted.
Red Green
-
Jul 20th, 2006, 10:15 AM
#2
Thread Starter
Hyperactive Member
Re: insert text in selected record
Thanks for the reply. I get data from database.
-
Jul 20th, 2006, 11:15 AM
#3
Lively Member
Re: insert text in selected record
 Originally Posted by Palmtree
Thanks for the reply. I get data from database.
Here's a quick and dirty way that works fine as long as there isn't more than 26 records. If there is, then you have to change the formula to handle it.
1. Create a formula field on the report.
2. In the formula field put this formula:
chr(64 + RecordNumber) & "."
3. Place the formula field on the left of the record in the detail line.
4. run the report.
Remember that will only work from A to Z. After that then you get a to z and 0 to 9 and then whatever ascii character corresponds with the formula.
HTH
Energy can be neither created not destroyed. It can only be wasted.
Red Green
-
Jul 20th, 2006, 11:17 AM
#4
Thread Starter
Hyperactive Member
Re: insert text in selected record
Thanks so much. I will give it a try.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|