Results 1 to 2 of 2

Thread: recordset properties

  1. #1
    Join Date
    Jan 2003
    Posts
    1

    recordset properties

    Hi
    I connect to my database, retrieve records in a dropdown box. The value selected should then retrieve another set of records to be displayed in a table. I can get the first part to work perfectly, but am having problems with the second one. error is on this line of code:
    rs*.open myquery,dataconn
    the error is too few parameters. when I put in the cursortype, cursorlocation and options, the error is : arguments not of correct type.
    Please help

  2. #2
    Join Date
    Jan 2003
    Location
    UK
    Posts
    277
    can you post the code

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •