Combo box look up option on form missing

M

M Skabialka

I used one form as a GUI template for another but changed the record source,
deleted all of the unnecessary controls and code behind and added fields
based on the other table.
Then I tried to create a combo box to lookup a record, which normally gives
this option:
Find a record on my form based on the value I selected in my combo box.
However the only options I get are:
I want the combo box to look up the values in a table or query
I will type in the values that I want.
What on this form could be preventing me from creating a combo using the
wizard that finds the record and makes it the current record?
Mich
 
B

bcap

The form is unbound, either because you haven't specified a value for the
recordsource or there is an error in the recordsource.
 
M

M Skabialka

You are so right - the form is unbound! Thanks!

bcap said:
The form is unbound, either because you haven't specified a value for the
recordsource or there is an error in the recordsource.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Go to combo box missing 3rd option 2
Combo Box 3
Combo Box and First Record 5
combo box search field problem on form 1
combo box filter 1
Combo Box Help 7
Combo box question 7
combo box 1

Top