Page 1 of 2 12 LastLast
Results 1 to 15 of 24
  1. #1
    gatsby is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jan 2013
    Posts
    114

    Problem with Access to Multiple Users

    Why is it that whenever the users open my DBS it always prompt them to save the DBS?



    there are multiple users using my DBS with different workstation not 1 pc only. the problem is everytime they open it, it says Enable Content (which is normal for Access) and Save As which I believe the file has been customized.

    what should i do that whenever they open the file no more Save As notification.

    when i check the file properties, "Ready for Archiving" and "Allow This File To have Contents Indexed In Addition to File Properties" are checked or ticked ... Should I uncheck or untick them? Or maybe there are things that I should do?

    Any help is highly appreciated... Thanks!

  2. #2
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,917
    The "Enable Content" message is because the file is not in a Trusted Location.

  3. #3
    gatsby is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jan 2013
    Posts
    114
    Quote Originally Posted by RuralGuy View Post
    The "Enable Content" message is because the file is not in a Trusted Location.
    yes i agree and i dont have a problem with Enable Content my problem is the "Save As" notification that you really need to save the file in your computer; and this happens everytime they open the DBS file.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Is this a split design database? If split do users run their own copy of frontend on their local workstation?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #5
    gatsby is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jan 2013
    Posts
    114
    no its not. the DBS is in a folder and that folder is shared to the users. what i want is that everytime they open that shared folder and click the DBS file it wont ask them to Save the file again and again... "Read-only" is uncheck or untick already.

  6. #6
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Odd, I have one database that is set up that way (all-in-one with multiple users - don't ask why not split - and surprise! it works). The SaveAs prompt does not trigger when closing after only enter/edit data. So can't fathom why you get that. Want to provide db for analysis? Follow instructions at bottom of my post.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  7. #7
    gatsby is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jan 2013
    Posts
    114
    will try to conduct several tests because i believe this is not about the DBS (coding, properties of the form/table/query, etc) but the general properties of the file itself. will try to check "read-only", "file is ready for archiving", etc..... will let you know how's the tests will went through.

    *by the way, i can't attached my database because it is over 2mb... it is 24mb as of now.

  8. #8
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Could make copy, remove records and/or objects, run Compact & Repair. Since it is the file and not its content that is the issue, could remove a lot. If still too large, upload to fileshare site such as box.com and post link.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  9. #9
    gatsby is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jan 2013
    Posts
    114
    Quote Originally Posted by June7 View Post
    Could make copy, remove records and/or objects, run Compact & Repair. Since it is the file and not its content that is the issue, could remove a lot. If still too large, upload to fileshare site such as box.com and post link.

    will try this suggestion of yours in a while and paste the link here or upload the DBS file...

  10. #10
    gatsby is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jan 2013
    Posts
    114
    Quote Originally Posted by June7 View Post
    Could make copy, remove records and/or objects, run Compact & Repair. Since it is the file and not its content that is the issue, could remove a lot. If still too large, upload to fileshare site such as box.com and post link.

    attached is my database (zipped)...

    i have also another problem. about the comboboxes in the "High Level Cost Estimate" tab, whenever i click a year in the Year field Escalation and Contingency will follow everything from first box. what i wanted to do is that whatever the user/s click on the Year only 1 Escalation will appear - the box beside it. same goes with the Rate Basis, if someone will click Rate Basis only 1 in the row of Contingency will appear NOT that all boxes will be filled with same value from what the user click.

    For example:

    If the user will click Year 2011 in Procurement Estimate row, only 1 Escalation value will appear (which is 105 %) and NOT the entire boxes.

    hope someone will help me here. been solving this problem for days...

    Thanks a lot!

  11. #11
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    I opened and closed the db and did not get SaveAs prompt.

    Multiple textboxes bound to the same field will all reflect the same data. You can set the other 6 Escalation and Contingency textboxes as not visible. This is a very odd structure and will require VBA code to accomplish.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  12. #12
    gatsby is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jan 2013
    Posts
    114
    Quote Originally Posted by June7 View Post
    I opened and closed the db and did not get SaveAs prompt.

    Multiple textboxes bound to the same field will all reflect the same data. You can set the other 6 Escalation and Contingency textboxes as not visible. This is a very odd structure and will require VBA code to accomplish.

    i dont know why, in here it always prompt as Save As in all users whether "File is Ready for Archiving" is ticked or not.

    about the comboboxes, any suggestions? what im doing right now is to create different subform/subreport in every row so i have different row source. it will consume spaces but i have no choice. i should do the long way since i dont know vba a lot, its like im relying on MS Access features without the help of VBA or any coding. i hope im successful.

  13. #13
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    If subforms will do what you want in lieu of the comboboxes then you must.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  14. #14
    gatsby is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jan 2013
    Posts
    114
    Quote Originally Posted by June7 View Post
    If subforms will do what you want in lieu of the comboboxes then you must.
    okay i got this working...

    my problem now is how to add calculation since every comboboxes and unbound textboxes are in different subreport/subform?

    if Year is changed to 2010 in Design Engineering row, Design Engineering value will be calculated by Design Engineering Amount * Year * Escalation ; so value in Design Engineering will be changed according to the Year, Escalation, and Rate Basis choosen by the user.

    im thinking of AfterUpdate calculation, but i dont know how to start with it.... attached is a picture...

  15. #15
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    What are you calculating - Rate?

    I don't understand multiplication by year.

    Maybe the AfterUpdate event of each of Amount, Year, Escalation:
    Me!Rate = Me.Amount * Me.Year * Me.Escalation

    Or the BeforeUpdate event of form.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Sharing an Access DB with multiple users
    By TA2724 in forum Access
    Replies: 2
    Last Post: 04-27-2012, 09:51 AM
  2. Probably simple problem for experienced Access users
    By Needaccesshelpplease in forum SQL Server
    Replies: 7
    Last Post: 02-28-2012, 10:16 AM
  3. Access Database for multiple Users
    By zul336 in forum Access
    Replies: 9
    Last Post: 12-24-2011, 05:00 PM
  4. Running Access for multiple users
    By itm in forum Access
    Replies: 2
    Last Post: 09-08-2011, 08:29 AM
  5. Access 2007 Users and Permissions Problem
    By botts121 in forum Security
    Replies: 3
    Last Post: 07-06-2009, 10:23 AM

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