In general it is bad idea and considered to bad design to have many different tables in your database of the same structure, and it is usually unnecessary.
Like I said, the better solution is to add a User field to your one table, and have that updated with your different User values, and then just use Queries to limit the view to a particular user.