How would I pass a paramater to a report and display it concatinated(sp?) with more text?
Thanks!
Printable View
How would I pass a paramater to a report and display it concatinated(sp?) with more text?
Thanks!
Anyone know how to do this? I think I need to create a formula field and put the parameter field in with some text... the problem is when it is being run I am getting a prompt to enter the value for the parameter field.
What version of CR?
CR 11...
I figured it out. I had a "On Error Resume Next" in my sub. I commented it out and found that there was a type mismatch... Appearently CR doesn't like date parameter fields. I ended up changed the datatype of the parameter to Text and it worked.
Beginning to see why everyone hates CR... :P