Thanks litebearer, but I do have a tendency to be pretty blunt. Mostly due to frustration. I know I shouldn't bother.
To the op:
Think about it. Why would you need multiple copies of the same survey stored? You don't. Simple.
Duplicate data almost always points to poor design.
A better question seeing as you don't seem to understand how to do it well is. "How could I link multiple surveys to multiple accounts" or similar.
You basically need three tables. One to store all the questions, each row also needs a column linking it to the next table. The next table could store the name of the server and the id linking it to the previous table. You then use this same id to link each survey to a users account.