Connection Error

mulliganmark

Member
Joined
Jan 15, 2003
Messages
5
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???????
 
Can you post the code you use to open the connection and load the data?

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

-Nerseus
 
Back
Top