S
Scotty
Hi, I need some info
How to return the value from the database
My combobox
Me.cboTypeAdres.Items.Add("Type Adres")
Me.cboTypeAdres.Items.Add("Leverancier")
Me.cboTypeAdres.Items.Add("Klant")
the value in the database = 0 ; 1 or 2
How to return the text using the value index so that the view is the bounded
text ?
Many thanks in advance
Marc
How to return the value from the database
My combobox
Me.cboTypeAdres.Items.Add("Type Adres")
Me.cboTypeAdres.Items.Add("Leverancier")
Me.cboTypeAdres.Items.Add("Klant")
the value in the database = 0 ; 1 or 2
How to return the text using the value index so that the view is the bounded
text ?
Many thanks in advance
Marc