Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I have created a from that links to an Access Database, tested it work. Then i have messed around with the database, ie imported data. And when i try to load the data into my form i get the following error "No value given for one or more required parameters"

 

Can anyone point me in right direction???????

  • *Experts*
Posted

Can you post the code you use to open the connection and load the data?

 

It sounds like you've got a query that has a parameter (a "?" in Access) that isn't being set. If you have something like "SELECT * FROM Table1 WHERE ID = ?" you'll have to set the value of "?". This could also occur if you're running a Query built into Access that has a parameter defined.

 

-Nerseus

"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...