J
John
I am trying to to do a dlookup based on the first 3 digits of my
MeasureNumber Field. Measure number is a text field and takes the form of
'1.a.1'. I want the dlookup to reference my t_Sections table to find a match
in the "SectionNumber" field (text) and return the value of the
"SectionTitle" field. The goal of this is to have a section header at each
change in the first two characters (e.g. 1.a to 1.b would result in a section
header above 1.b). I consistently get #Error as a result. I cant seem to
get the syntax down as.
code: =DLookUp("SectionTitle","t_Sections","SectionNumber = " &
Left([MeasureSection],3))
MeasureNumber Field. Measure number is a text field and takes the form of
'1.a.1'. I want the dlookup to reference my t_Sections table to find a match
in the "SectionNumber" field (text) and return the value of the
"SectionTitle" field. The goal of this is to have a section header at each
change in the first two characters (e.g. 1.a to 1.b would result in a section
header above 1.b). I consistently get #Error as a result. I cant seem to
get the syntax down as.
code: =DLookUp("SectionTitle","t_Sections","SectionNumber = " &
Left([MeasureSection],3))