Search results

  1. J

    Quality Questionaire Design - Reporting

    Here is the issue (and thanks for the help): I have a Quality Database that I am taking over. Be gentle, the design isn't good :)... (Keep in mind this is being redesigned) There are 4 different quality questionnaires. Each has a dedicated table that logs pertinent info, and a reference...
  2. J

    Question Locked subform/Record

    I checked and they have the rights to add/delete records. Can I upload a copy of it to make it easier?
  3. J

    Question Locked subform/Record

    I'm sorry to be such a pain. Since I am not getting clear answers from them should I just have each user test the add and delete ability?
  4. J

    Question Locked subform/Record

    And add/delete is referring to the directory and not access it self?
  5. J

    Question Locked subform/Record

    I was told that they have "Modify" rights which they said was the same as read/write rights.
  6. J

    Question Locked subform/Record

    Are there any other issues that it could be.. I gave a list of Users to the network admin, and he said that all those users have read/write/execute rights for that directory. There are a part of a permissions group that has that built in.
  7. J

    Question Locked subform/Record

    I did. Thank you again.
  8. J

    Question Locked subform/Record

    aaww ok. Thanks for that. I got back to work today, and opened a ticket to check the rights for both.. they should be able to do anything including subfolders right?
  9. J

    Question Locked subform/Record

    As far as the record selector, yes we do have them and it shows the typical locked symbol. If I look at the records that happen to be locked at the time, I get the same symbol that they get on the front end. - The reason that I asked about the network, to see if the bandwidth could be the...
  10. J

    Question Locked subform/Record

    The only thing that I have been given is that they all have r/w access. Otherwise I haven't been given anything beyond that (as I don't manage the server that the network drive is on).. Are there certain rights that would cause that? So I can have a more detailed conversation with them?
  11. J

    Question Locked subform/Record

    The issue was that they are only able to see their owner records (as it auto detects the user id and uses that as criteria).. So they should be the only ones that have that one specific record locked. That is where I had the issue - Because it wasn't all the time, and was sporadic.. Do you...
  12. J

    Question Locked subform/Record

    Yes they do.
  13. J

    Question Locked subform/Record

    The front end: The employees log their time by hr. So there is an hour selection, hidden text box that detects the current date, their windows user id, and the activity that they are logging. All those are the criteria. So for that specific data there should be only one record for that hour...
  14. J

    Question Locked subform/Record

    Currently I have a database that is used for time tracking for activities of each employee. I have split the database, and the back-end is on a shared drive. If I have just a few users no issues - But if there are more, it acts weird.. On the main form there are several subforms linking to...
  15. J

    Issue Opening Forms

    They are all on two monitors. Are you suggesting doing some sort of Me.move onload to move it to a different location? Are you thinking that it is open just that they can't get to the form?
  16. J

    Issue Opening Forms

    I am having an issue with a front end of an Access 2010 database that is shared on a network. On open it pulls to a switchboard that has several options for forms to open. They are called Fast,Feast,National,Full. There are 12 users that use the database. 10 out of the 12 users have no...
  17. J

    Union Query

    Sorry, can you elaborate? I have attached a copy of a test db, for testing the process. The data table has the log for each QA that was performed. So the record has several different critieria including the scores. Should I be breaking the data up ?
  18. J

    Union Query

    Thank you for the help. I have used that method before to get all employees that do have a "2" score. But what I am needing is separate records. But say the score is such Employee: "Me", Score1: "2", Score 2:"2" this is how I need it... that is why I wrote union query to get separate results...
  19. J

    Union Query

    Here is the scenario: Database (that I inherited), is for QA purposes.. Fields-> Employee Name, Score1, Score2, Score3, Score4, etc.. What I am needing to do is write a query, that gives a separate record for the employee where any of the scores are a "2". I could write a union query but there...
Back
Top Bottom