unbound combo box to update list

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a combo box that is unbound that I'd like to be able to update if
there is new data.

I was looking at Allen Browne's example - http://allenbrowne.com/ser-27.html

however I have a unbound combo box, would anyone know how I could make this
happen?

THANKS!!!
 
Thank you!!! Works like a charm!!!!

Using AB's code gave me a invalid use of ME! error, could be that did not
have the RowSourceType set to the table.
 
In some case the Me!FieldNAme gives an error, next time try Me.FieldName
 
Thank you... I did try that, though after a few attempts I went looking for
an alternate answer which I found. THANKS AGAIN!!!!
 

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