I also don't know if this is going to be a problem but a user will have multiple records tied to their user name. For example, today, I have two accounts to add with a Vendor, in the Username field, I am going to enter "Josh" and add the other data. A week later, i have 3 new accounts with 2 vendors and again I'm going to add "Josh" under the username. So that is what I meant about having multiple lines.
Meaning the new account numbers can be added to the existing list as opposed to trying to figure out a way to show that the first 3 accounts belong to these online vendors while these 2 new ones apply to these new vendors (different than the first 3) all under the SAME username....)
Forms!frmUsers.Email.Visible = False
Forms!frmUsers.Phone.Visible = False
Forms!frmUsers.ShipToLocations.Visible = False
Forms!frmUsers.ApproverYesNo.Visible = False
Forms!frmUsers.Approver.Visible = False
Some how I was playing around with Data Entry and I was able to add the same user twice...I can't allow this to happen.