Combo Boxes

  • Thread starter Thread starter RobinF
  • Start date Start date
R

RobinF

What Option do I need to take to use a combo box that I
can enter extra data into as well as to use data in it.

eg A combo box with the following init,

Bread
Milk
Eggs

And if i have other fields with how many items so that
all i need to do is click on one of them and it will
give me the data in the other fields.

So I wish to add another item

Tea

So what is the best way to do it?

Thank you
 
If you mean, to use the list for selection but not limit the data just to
the items that are in the list, then setting the "LimitToList" property to
No is what you need. If I have misunderstood what you need, post back to
clarify.

Larry Linson
Microsoft Access MVP
 

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

Back
Top