Hello,
I’m looking to create a database which will be housed on a network and used by multiple users (sometimes at the sane time). I was looking into splitting the database and locate the backend on the network and distribute the frontend to the user.
I only want for the frontend user to be able to insert a new record in the database but not to see any of the existing records in the database.
Is splitting the database the correct way to go and how would I setup the database to prevent frontend users seeing database content?
Does this make sense and is it possible?
Thanks
I’m looking to create a database which will be housed on a network and used by multiple users (sometimes at the sane time). I was looking into splitting the database and locate the backend on the network and distribute the frontend to the user.
I only want for the frontend user to be able to insert a new record in the database but not to see any of the existing records in the database.
Is splitting the database the correct way to go and how would I setup the database to prevent frontend users seeing database content?
Does this make sense and is it possible?
Thanks