PDA

Click to See Complete Forum and Search --> : [RESOLVED] CR Passing Parameter


Besoup
Mar 14th, 2006, 03:08 PM
How would I pass a paramater to a report and display it concatinated(sp?) with more text?

Thanks!

Besoup
Mar 15th, 2006, 07:11 AM
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.

GaryMazzone
Mar 15th, 2006, 07:42 AM
What version of CR?

Besoup
Mar 15th, 2006, 07:57 AM
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