• WSaccdb

    WSaccdb

    @wsaccdb

    Viewing 15 replies - 61 through 75 (of 126 total)
    Author
    Replies
    • in reply to: Query-Security-Permissions (Access 97) #723131

      Thanks Charlotte. Works great!!

    • in reply to: Query-Security-Permissions (Access 97) #723132

      Thanks Charlotte. Works great!!

    • in reply to: Query-Security-Permissions (Access 97) #722623

      Charoltte, thanks for replying.

      I am not sure where to begin in implementing your suggestion… “Instead of doing that, why not just change the SQL property of the query on the fly. That will keep the existing permissions and not require special permissions on new queries for your users. ”

      How do you change the SQL property of the query on the fly?

      Thanks

    • in reply to: Query-Security-Permissions (Access 97) #722624

      Charoltte, thanks for replying.

      I am not sure where to begin in implementing your suggestion… “Instead of doing that, why not just change the SQL property of the query on the fly. That will keep the existing permissions and not require special permissions on new queries for your users. ”

      How do you change the SQL property of the query on the fly?

      Thanks

    • in reply to: PassThroughQuery Error #1013 (Access97) #715946

      Pat, could you give me an example of using alias?

      Thanks

    • in reply to: PassThroughQuery Error #1013 (Access97) #715947

      Pat, could you give me an example of using alias?

      Thanks

    • in reply to: PassThroughQuery Error #1013 (Access97) #715944

      The query should read:

      SELECT dbo.tblMyTable.*
      FROM tblFromAccess INNER JOIN dbo.tblMyTable ON tblFromAccess.PDATE = dbo.tblMyTable.PDATE;

      I modeled the above query by joining two Access tables, running the query to make sure it worked and modifying and copying the SQL to the Passthrough query.

      The below query returns records:

      SELECT dbo.tblMyTable.*
      FROM dbo.tblMyTable
      WHERE dbo.tblMyTable.Product=’091503′;

      My attempt was to create a way the user could enter a date and return records from the SQL Server. Charlotte how is a criteria from Access passed to SQL Server?

      Thanks

    • in reply to: PassThroughQuery Error #1013 (Access97) #715945

      The query should read:

      SELECT dbo.tblMyTable.*
      FROM tblFromAccess INNER JOIN dbo.tblMyTable ON tblFromAccess.PDATE = dbo.tblMyTable.PDATE;

      I modeled the above query by joining two Access tables, running the query to make sure it worked and modifying and copying the SQL to the Passthrough query.

      The below query returns records:

      SELECT dbo.tblMyTable.*
      FROM dbo.tblMyTable
      WHERE dbo.tblMyTable.Product=’091503′;

      My attempt was to create a way the user could enter a date and return records from the SQL Server. Charlotte how is a criteria from Access passed to SQL Server?

      Thanks

    • in reply to: Instr() Function (Access 97) #704356

      Thanks!

    • in reply to: Shortcut Properties (Access 97) #704050

      Thanks again!

    • in reply to: Shortcut Properties (Access 97) #703841

      Got it!

    • in reply to: Shortcut Properties (Access 97) #703822

      I can get part of the Target of the shortcut with the following:

      Set shrt = wsh.CreateShortcut(strDesktopPath)

      strTarket = shrt.TargetPath

      shrt.TargetPath is returning everything within the first set of quotes. Any ideas on how to capture the MDB and MDW information which are inclosed in quotes of their own?

    • in reply to: Shortcut Properties (Access 97) #703788

      Thanks again for the example and the information.

      How would I modify the example to capture the current Target of a shortcut? I want to test for a string before I modify it.

      Thanks

    • in reply to: Shortcut Properties (Access 97) #703351

      Thanks

    • in reply to: Autonumber (Access 97) #696801

      Thanks

    Viewing 15 replies - 61 through 75 (of 126 total)