Neil.Cranston
New member
- Local time
- Today, 03:27
- Joined
- Jun 18, 2001
- Messages
- 6
I am trying to place two fields from a query into a text box on a report. One is an integer and one text, the report will recognise them both separately but not together. I am using
=[Section] & ". " & [SectionTitle]
and would like the result to look like
1. Section Revision list
Can any one suggest where I am going wrong.
Neil
=[Section] & ". " & [SectionTitle]
and would like the result to look like
1. Section Revision list
Can any one suggest where I am going wrong.
Neil