George-Bowyer
Registered User.
- Local time
- Today, 05:01
- Joined
- Dec 21, 2012
- Messages
- 178
I have a report that lists employees by company for an annual directory.
However, the directory also has an "index" at the back that lists all employees alphabetically with the Company they work for.
So, this "index" report just has two fields: [fldName] on the far left and [fldCompany] on the far right.
The client wants a row of dots, or preferably ellipses, running across the blank space to make it easier to read across from name to company. They don't want the dots or elipses underneath the name, however.
I am currently thinking:
either, having a full width set of dots and limiting the width of [fldName] to fit over the top so that it hides only the dots it needs.
or
having [fldName] full width and adding the relevant number of dots to the Name string inside [fldName]
Can I have some suggestions on how others would go about this, please?
Many thanks,
George
However, the directory also has an "index" at the back that lists all employees alphabetically with the Company they work for.
So, this "index" report just has two fields: [fldName] on the far left and [fldCompany] on the far right.
The client wants a row of dots, or preferably ellipses, running across the blank space to make it easier to read across from name to company. They don't want the dots or elipses underneath the name, however.
I am currently thinking:
either, having a full width set of dots and limiting the width of [fldName] to fit over the top so that it hides only the dots it needs.
or
having [fldName] full width and adding the relevant number of dots to the Name string inside [fldName]
Can I have some suggestions on how others would go about this, please?
Many thanks,
George