Why can't I add/edit records in my form?

S

stasia

I created a combo box to lookup records in my form. Now I can't add records
to the form. I'm sure it has something to do with the filter, but I can't
figure out what to do.
 
S

stasia

My record source is a selection of fields from two tables. I could add
records without a problem before I added the combo box lookup.
 
P

Pete D.

Did you bind the control source of the lookup combo box to the table, it
should not be bound.
 
P

Pete D.

My quickest suggestion would be to delete the search box and redo it with
the access wizard. It will do all the work for you.
 
Top