> Sorry to jump in a little late here, but are youmeaning to pass the > string -- document.new_user.staff[0] -- because you have it in single > quotes so it won't interpolate. Or are you meaning to pass in that > element? Thanks for pointing that out. Getting rid of the single quotes did the trick. :) Brady