Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. SasaGrido

    Try to set a recordset for a report ...

    Thanks all. I know that is possible to use RecordSource property but Access don't like sql string like SQL Server :) I made another way ... I created by query a temporary table and attached my report to this temporary table. I think that it is a good way for to not lose time to change sql...
  2. SasaGrido

    Try to set a recordset for a report ...

    Hi all. When I try to set a recordset for a report appear an error message: Run-time error 2593 This feature is not available in an MDB. My source code is simply: Dim Rs as ADODB.Recordset Set Rs = New ADODB.Recordset SqlString = "SELECT * FROM Table" Rs.Open SqlString, conn Set...

Part and Inventory Search

Back
Top