Search results

  1. C

    Find duplicate keys in SSH data

    I have a table with the following columns: Key - SSH Key value FromAcct - Account that uses the SSH key FromSever - Server that uses the SSH key ToAcct - Account that is accessed using SSH key ToServer - Server that is accessed using SSH key We are finding that one key is being used by...
  2. C

    How to split recordsets and export

    I am trying to parse though a table which contains user activity for a week. I am running a query against the table which returns the unique user ids that i will generate reports for. These results fill idRS (recordset). I then loop through each one filling activityRS with just that IDs...
  3. C

    Modify stored query in Access 2007

    I need some help with a query that I'm trying to run on an Access 2007 database. I have a query that returns a list of records (date, user, index number, platform, etc) and that query works fine. My issue is that I want the user to be able to use a form to select either a specific platform or...
Back
Top Bottom