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 strongm 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. rschast

    passing parameters to an Access subquery

    Okay, I fixed the problem by adding the set Cmd line. Now I have a "Parameter object is improperly defined. Inconsistent or incomplete information was provided. Thanks for your help. --------------------------------------------------------- Dim param1 As ADODB.Parameter Dim param2 As...
  2. rschast

    passing parameters to an Access subquery

    I get a "object variable or With block variable not set" error in the fillowing code at the .CommandText line. Any ideas? Thanks! /Ryan --------------------------------- Dim param1 As ADODB.Parameter Dim param2 As ADODB.Parameter Dim param3 As ADODB.Parameter Dim Cmd As ADODB.Command...

Part and Inventory Search

Back
Top