databasesrus
Technical User
I am working with Access 97 and havent' in a long time. I can't remember the wording to have the combo box selection populate the text box. It is something like
If Not IsNull(combo10) Then text1.value = combo10.column(2)
But this is off somehow because it is debugging every time i try this. Can someone please refresh my failing memory?
Thank you!
If Not IsNull(combo10) Then text1.value = combo10.column(2)
But this is off somehow because it is debugging every time i try this. Can someone please refresh my failing memory?
Thank you!