Combo Box Issues

M

Mike Sims

Hello,

I am in the painful process of converting a JET Access program over to
SQL. Apparently, when I tie a combo box to a field in a table (or a SQL
query), the combo box no longer 'autofills' the text.

For example: Say I am going to pull up a part number of 12aab.
Normally, once I type in the first number, the combo box automatically
fills in the rest of the data with the first 'hit' in the list. so as
soon as I would type in the number '1', it would put in say 11aaa, until
I type in 2 - when it would find the first match after '12' - say 12aaa
and so on.

But when using these forms from a SQL data source, this behavior is
gone.

Anyone know why, or how I can get it back?
 

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

Top