G
Guest
I'm trying to generate a simple report in Access that, for each record, will
display the value of one data field if another data field contains the text
"see below". This ought to be an easy thing to do, but I'm having a very
difficult time and the online help is no help at all. I get a "Type
mismatch" error using the following macro:
[Reports]![MyReport]![Text15]=String(80,[Reports]![MyReport]![Long
Description]), ([Reports]![MyReport]![Short Description] Like "see below")
WHAT do I have to do to get this to work?? The Text15 text box is unbound in
my report design. The data type of [Long Description] is memo, which is why
I'm using the String function to only get the first 80 characters. I've also
set the properties of the text box for "Can Grow" = Yes. What else do I have
to do?? Am I not allowed to use SetValue in a macro to set the value of an
unbound textbox?!?!?! That makes no sense!!!
PLEASE HELP!!!!
display the value of one data field if another data field contains the text
"see below". This ought to be an easy thing to do, but I'm having a very
difficult time and the online help is no help at all. I get a "Type
mismatch" error using the following macro:
[Reports]![MyReport]![Text15]=String(80,[Reports]![MyReport]![Long
Description]), ([Reports]![MyReport]![Short Description] Like "see below")
WHAT do I have to do to get this to work?? The Text15 text box is unbound in
my report design. The data type of [Long Description] is memo, which is why
I'm using the String function to only get the first 80 characters. I've also
set the properties of the text box for "Can Grow" = Yes. What else do I have
to do?? Am I not allowed to use SetValue in a macro to set the value of an
unbound textbox?!?!?! That makes no sense!!!
PLEASE HELP!!!!