Search results

  1. U

    Multiuser Access DB on RDS or Citrix?

    I apologize in advance as I am not familiar with either RDS or Citrix. I have a multiuser Access DB, small size being used by a few people. The client will be moving to Sharepoint, so the DB will not work due to Sharepoint limitations. I have prototyped it on Azure DB back end, using a free...
  2. U

    Access on Sharepoint - any alternatives?

    A while ago I wrote an a multiuser Access application split into the Back End (data only) and Front Ends (everything else). The volume of data is relatively small and the number of users is 3-4 max. The client is migrating to Sharepoint and I have read a number of posts that caution that it is...
  3. U

    docmd.outputto - shrink to fit on one page

    I am trying to output a form into pdf using DoCmd.OutputTo One of the forms is quite large and does not fit on one page. I tried to specify the 11x17 size paper and it seems to work on my computer, but not a different machine. 1. Is it possible to specify something akin "shrink to fit" so...
  4. U

    Question about passwords in a multiuser environment

    I am planning to build a multiuser access DB. I plan to split the front end and the back end. I understand the idea of creating a table with user IDs (network logons) and their corresponding passwords and privileges. The front end then checks the password against that table and determines the...
Back
Top Bottom