E
Ed
A co-worker and I are muddling our way through Access to try and build a
report. I do Word, Excel, and VBA, and have tied myself in knots with
Access before; he does PASCAL and a few others. But we're both stumped on
this one.
We're building the query which will return the values that will show in the
report. One field has a text value, and we only want to see one letter of
that filed in the report. For example, if it's THIS, we want to see "T"; if
it's THAT, we want to see "H".
We've tried using IIF and LEFT in Criteria in the query, but it's not
working; we only get blanks. I presume this is because we're querying that
field for the one letter, but the field has the whole word. Needless to
say, we quickly ran our limited supply of ideas to the bottom. Any chance
of a drop-kick in the right direction?
TIA
Ed
report. I do Word, Excel, and VBA, and have tied myself in knots with
Access before; he does PASCAL and a few others. But we're both stumped on
this one.
We're building the query which will return the values that will show in the
report. One field has a text value, and we only want to see one letter of
that filed in the report. For example, if it's THIS, we want to see "T"; if
it's THAT, we want to see "H".
We've tried using IIF and LEFT in Criteria in the query, but it's not
working; we only get blanks. I presume this is because we're querying that
field for the one letter, but the field has the whole word. Needless to
say, we quickly ran our limited supply of ideas to the bottom. Any chance
of a drop-kick in the right direction?
TIA
Ed