I'm using a button to create a record table to table. Everything is passing over correctly except this part
& "&_fid_22=" & "Case Analysis & Strategy"
Its only going over as "Case Analysis". I thought the solution was to put it as:
& "&_fid_22=" & "Case Analysis \& Strategy"
But that didn't seem to do the trick. How do I need to format it to carry over the whole string?