Quote Originally Posted by Ajax View Post
I'm guessing this is what you want

in the combobox rowsource put something like 'SELECT ID, FirstName, LastName FROM myTable'

in the combobox after update event put

me.filter="[ID]=" & comboboxnamehere


me.filteron=true

alright i try, but did u see my attach file? do u think can the code can set on that access file which i attach above?