How can I share access 2013 database between users to fill a form without other accesses? [on hold]


How can I share access 2013 database between users to fill a form without other accesses? [on hold]



I am a new in access 2013. I have a database with a simple form to add data to it. I want to share my form between some users to add data to it in local. I mean I want users just can fill my form without accessing other parts of program and data that they entered in my form save in my database just like a form in a site. If it is possible, how can I do it?



Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.





Welcome to Stack Overflow! This is a site where programmers write their own code and share issues with a specific problem after trying to solve it on their own. If, after doing more research, you have a specific problem, please edit your post to share examples of your code and relevant data and some background info. Some good reading to get you started: "How to Ask" as well as tips here and here.
– ashleedawg
Jun 30 at 17:58





Although it is possible to apply some security measures to Access, it is not possible to completely isolate the data like on a website. If the user can open the database, they must necessarily have access to the data at some level. Details of implementing what you ask is very involved and would take lots of study, far beyond a single question on Stack Overflow.
– C Perkins
Jun 30 at 20:58





I certainly would NOT use Access for this. Consider VB.NET or C#.NET and SQL Server as a backend. Here are a couple links to help you get started. docs.microsoft.com/en-us/aspnet/web-forms/overview/data-access/… 4guysfromrolla.com/articles/022206-1.aspx
– ryguy72
19 hours ago




Popular posts from this blog

PySpark - SparkContext: Error initializing SparkContext File does not exist

List of Kim Possible characters

Python Tkinter Error, “Too Early to Create Image”