I'm using Access 2007 under Windows XP.
I'm creating a a multiline directory list for members of a club with three lines for each member.
Each listing has three textboxes and within the first textbox I have code like:
=Trim(lastname] &", " & [firstname] ...... & [Telephone]) with more fields where I show the ...... in this example.
I want the Telephone data to start at a specific column so that all Telephone data lines up. What do I add to insure this?
I'm creating a a multiline directory list for members of a club with three lines for each member.
Each listing has three textboxes and within the first textbox I have code like:
=Trim(lastname] &", " & [firstname] ...... & [Telephone]) with more fields where I show the ...... in this example.
I want the Telephone data to start at a specific column so that all Telephone data lines up. What do I add to insure this?
Comment