G
Guest
Hello,
I have a simple database in Access 2000 that contains vocabulary words. It
also tracks the chapter, section of the chapter, and page that the word
appears on.
Field Names:
ID
Word
Definition
Chapter
Section
Page
I'm having a problem getting the section number to appear after text in the
same text box.
My page header has:
Vocabulary Words
Text Box: ="Chapter " & [chapter](works fine)
Section Heading:
Text Box =[chapter] & " - " & [Section](getting error message)
Word Definition Page
Detail:
Word Definition Page
----------------------------------
I'm getting an error for the section. It should read 1-1, 1-2, etc.
I'm not sure why Access is giving me an error message. It works fine when
I'm not trying to combine [chapter] and [section] in the same text box.
Thanks.
jbc
I have a simple database in Access 2000 that contains vocabulary words. It
also tracks the chapter, section of the chapter, and page that the word
appears on.
Field Names:
ID
Word
Definition
Chapter
Section
Page
I'm having a problem getting the section number to appear after text in the
same text box.
My page header has:
Vocabulary Words
Text Box: ="Chapter " & [chapter](works fine)
Section Heading:
Text Box =[chapter] & " - " & [Section](getting error message)
Word Definition Page
Detail:
Word Definition Page
----------------------------------
I'm getting an error for the section. It should read 1-1, 1-2, etc.
I'm not sure why Access is giving me an error message. It works fine when
I'm not trying to combine [chapter] and [section] in the same text box.
Thanks.
jbc