Hyperlinking with Parameters

CDeking

New Member
I am tring to do a hyperlink that has parameters in it. This is what I am tring to do and how I am doing it.

"Claim Count User.rox?prmDateBegin = '" & [AuditDate] & "' and ?prmDateBegin = '" & [AuditDate] & "' and ?prmBranch = '" & [Branch] & "' and ?prmUser = '" & [UserID] & "' and ?prmJob = '" & [Job] & "'"

This code will work sort of when I only have one parameter in the code. But it brings everything from the prmDateBegin to current day with all users all jobs and all branches. I only want to see the information for the one user that I have chosen in the one Job and one Branch between the two prmDate parameters. Any ideas why this isn't working. Or is there some place else that I need to be but this code besides in the LinkExp Builder?

Any and All help is appreciated.

Thanks for the help
Christy Deking
 
Top