Using Combo Box in a Form

M

Mel

I am definately a novice on Access 2007.
My problem is that I created a Form that displays data directly from 4
related tables. When I run the form it populates the screen accurately and I
can step through all of the records using the arrows at the screen bottom.

I added a combo box containing the primary data element from the primary
table. I can the arrow on the box and the drop-down window appears with all
of the records but when I try to select one, I get the error message "This
recordset is not updatable.

Can anyone explain this to me?
 
J

Jeff Boyce

Mel

It sounds as though that combobox is "bound" to one of the fields in your
query.

But if your query joins 4 tables, Access could have a problem figuring out
WHICH table the data belongs in (i.e. "recordset is not updateable").

If your combobox IS bound, why?

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.
 

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

combo box 2
Combo Box Problem 5
Unique values in a combo box 3
Combo box help please 5
New records don't display on form with combo box 1
Drop Down Combo Box Help? 1
Form Combo Box 2
Populate a combo box 3

Top