Results 1 to 4 of 4

Thread: .Execute error - help!

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2004
    Posts
    2

    Smile .Execute error - help!

    Hello,

    I'm writing a VB program to move data from Access to a file in a specific format. I keep encountering an error that I can't seem to figure out. The error is "No value given for one or more required parameters". I get this error for the following line of code:

    Set MyBudgetSet = MyConn.Execute("Select * from BudgetItem where ProjectNumber = " & Chr(145) & strProject & Chr(146))

    The whole program is attached. Any and all help is appreciated. I'm stumped.

    Thanks!!!
    Attached Files Attached Files

Posting Permissions

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



Click Here to Expand Forum to Full Width