Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error message while creating combo box

Status
Not open for further replies.

learnasugo

Programmer
May 10, 2004
38
US
I was trying to create a combo box that would find a record on my form based on the values of a field that I selected. When I selected the field and clicked next it said "No value given for one or more required parameters" What does that mean?

Thanks

learnasugo
 
Just what it says. It looks like you are leaving off some data that is needed in the code. Your question is a little vague to give any more specifics.

calculus
 
I've been working on it and solved that problem only to come up with another one. Now that I have the combo box created, when I go to select something in the combo box I get "No current record" error message. Any idea what that is about? There is data in the table, and I am selecting one of the records in the table from the combo box. I have use several combo boxes in my database for the same purpose as this one an I haven't had any problems with them, they work perfectly. I have no idea what is going on.

Thanks

learnasugo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top