Search results

  1. S

    SSL and Data Access Pages

    I'm setting up data access pages that will be accessed over the internet. Because of this I want to make sure that everything is secure. I am using IIS 5.0 (Windows XP) as the web server. I used the three-tier authentication approach discussed in the microsoft article here So I'm pretty sure...
  2. S

    Solution - Problems when deleting a row

    Link to the original thread I have realized what I was doing wrong and thought that I would post the solution in case anyone else does the same trying to implement security. First off thanks Pat Hartman for the input. You were right on there needing to be a cutoff and now one is added that...
  3. S

    Problems when a row is deleted

    Screen view of Database Diagram Screen view of problem view I am working with a Access Data Project and MSDE database server. In the image you can see the tables that I am working with. I have a table, tblShifts, that has all of the shifts with clock in and out times for all buildings. I am...
  4. S

    Use current username to restrict view of data

    Screen view of the database diagram Screen view of the query I am working with a Access Data Project and MSDE database server. In the image you can see the tables that I am working with. I have a table, tblShifts, that has all of the shifts with clock in and out times for all buildings. I am...
Back
Top Bottom