Page 1 of 2 12 LastLast
Results 1 to 15 of 24
  1. #1
    chetana is offline Novice
    Windows 10 Access 2016
    Join Date
    Aug 2018
    Posts
    11

    How to create User Interface design for Access Database?

    Hi everyone,
    I wanted to create UI for my access database(I'm using Office 365).Can anyone suggest how to do that?
    My main problem is users who are using my DB they are hiding DB itself after using file, I want to avoid this situation in my firm. I need User Interface so that anyone cant touch DB file, they can only fill data and close form they should not hide files. so please can anyone help me out in this problem?

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    I use the SWITCH BOARD. simple. (find examples anywhere or Database utilities, switboard manager)
    form: switchboard
    table: switchboard items

    enter 'menu #', topic, action.
    the form displays them ,user clicks a button to open the action.


    https://www.addintools.com/documents...d-manager.html

  3. #3
    chetana is offline Novice
    Windows 10 Access 2016
    Join Date
    Aug 2018
    Posts
    11
    Yes I understand, but I want to develop UI in such a way that every one should not use that file, but they can access through web page. Employees are hiding main DB file itself while using in network, so need to create file such way that they can't do anything with main file. Simply they will use some forms in web and they will fill data and it will store in access DB.is there any possible way to do so?
    Hope I'm able to convince what is needed.

  4. #4
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    lock the db with the app below. then no one can alter it.
    or make an accde.
    Attached Files Attached Files

  5. #5
    ssanfu is offline Master of Nothing
    Windows 7 32bit Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    To me, this is an administrative problem, rather than a programming problem. You need to teach users to close programs after they are finished using the program. One method is to string them (the users) up by their eyelids and beat them until they blink....

    Or you could add an routine to close the dB after 10 or 15 minutes of inactivity. There are several timer routines on the web.

    I suppose you could create an html page (located on your desktop) that would allow you to fill out some boxes and uses ADO to add the data to a dB. A lot of work, but might be possible.......

  6. #6
    Micron is online now Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,801
    string them (the users) up by their eyelids and beat them until they blink....
    HA HA! I know where you got that from!
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  7. #7
    chetana is offline Novice
    Windows 10 Access 2016
    Join Date
    Aug 2018
    Posts
    11
    Thank you. Since We have to give access to many employees this solution will not work in this case. I guess solution for my problem is to create an html page which can located on my desktop as well in network, so that it would allow to fill the data and store it in access DB and can access that data back by using reports and all. But I don't no how to do it.

  8. #8
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    5,977
    Quote Originally Posted by ssanfu View Post
    One method is to string them (the users) up by their eyelids and beat them until they blink....
    Love it! I'll definitely steal that phrase wherever it came from!
    Colin, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I don't know, I keep quiet!
    If I don't know that I don't know, I don't know whether to answer

  9. #9
    Join Date
    Jun 2010
    Location
    Belgium
    Posts
    1,044
    Seems to me you need a web developing tool. Access isn't that great for web development, but there are a lot of available tools like PHP, Visual studio. I'm sure if you look around you'll find easy going, free tools to achieve your goal.

  10. #10
    moke123's Avatar
    moke123 is offline Me.Dirty=True
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2012
    Location
    Ma.
    Posts
    1,654
    What exactly do you mean by
    Employees are hiding main DB file itself while using in network
    Is your db split?
    Does each user have a front end on their computer?
    If this helped, please click the star * at the bottom left and add to my reputation- Thanks

  11. #11
    Micron is online now Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,801
    AFAIK, web based Access is no longer supported and was never very good at it anyway. One way to prevent users from squirreling away db copies is to compare Windows login credentials against other related data in the user's profile. That could be file location. If you test the app path and it doesn't jive with where it's supposed to be, give them a warning and close the db.


    @isladogs, you have my permission
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  12. #12
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    5,977
    Thanks Micron
    I thought that's what you meant
    Colin, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I don't know, I keep quiet!
    If I don't know that I don't know, I don't know whether to answer

  13. #13
    Hipromark is offline Novice
    Windows 10 Access 2016
    Join Date
    Oct 2020
    Location
    Bogota, Colombia
    Posts
    15
    One option is to split de database in front end and back end, and protect the back end with a password.

    Another option is upload your backend Access file on the cloud (online), there are ways to do this.

    Or for additional security you can convert the Back end to SQL

  14. #14
    Micron is online now Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,801
    Another option is upload your backend Access file on the cloud (online), there are ways to do this.
    If you mean attach to it and send/retrieve data from a pc to the cloud, then it is an option but it is a bad idea. Eventually the be will become corrupt according to many sources.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  15. #15
    Hipromark is offline Novice
    Windows 10 Access 2016
    Join Date
    Oct 2020
    Location
    Bogota, Colombia
    Posts
    15
    Quote Originally Posted by Micron View Post
    If you mean attach to it and send/retrieve data from a pc to the cloud, then it is an option but it is a bad idea. Eventually the be will become corrupt according to many sources.
    Yes I now what you mean. In fact, is not that the data wil be corrupted is that the data not even updates sometimes

    But I am talking about a different solution, this is an asynchronous solution.

Page 1 of 2 12 LastLast
Please reply to this thread with any new information or opinions.

Similar Threads

  1. help needed with user interface design
    By ntambomvu in forum Access
    Replies: 2
    Last Post: 10-20-2017, 04:07 AM
  2. Replies: 13
    Last Post: 08-29-2017, 09:40 AM
  3. User Interface Design
    By bchankent in forum Access
    Replies: 5
    Last Post: 12-15-2015, 09:20 PM
  4. Replies: 1
    Last Post: 02-08-2014, 10:49 AM
  5. create user interface from table
    By mer in forum Forms
    Replies: 5
    Last Post: 07-24-2011, 08:07 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums