mulliganmark Posted January 15, 2003 Posted January 15, 2003 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??????? Quote
*Experts* Nerseus Posted January 15, 2003 *Experts* Posted January 15, 2003 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 Quote "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
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.