I am creating a report in Access 2010.
What I want to achieve is that the information that is printed is to stay on one page so I would like to make two columns. Is this possible?
I used this query first but it didn't seem to work.
FullName:[LastName]&", "&[FirstName]--[Phone]--[Handicap]--2/3H/C:Round([Handicap]*2/3)
Next query this did work but there is now no formating
List:[FullName]&" "&[Phone]&" "&[Handicap]&" "&Round([Handicap]*2/3)
I have attached a word document to show what I mean as it was difficult to show here.
Thank you for your assistance if anyone could help with this.
What I want to achieve is that the information that is printed is to stay on one page so I would like to make two columns. Is this possible?
I used this query first but it didn't seem to work.
FullName:[LastName]&", "&[FirstName]--[Phone]--[Handicap]--2/3H/C:Round([Handicap]*2/3)
Next query this did work but there is now no formating
List:[FullName]&" "&[Phone]&" "&[Handicap]&" "&Round([Handicap]*2/3)
I have attached a word document to show what I mean as it was difficult to show here.
Thank you for your assistance if anyone could help with this.