Hello,
I was wondering how I can make a textbox fill with text when I click an option button. Also how could I make a listbox fill with data from a table.
Right now I use which doesnt work.
I was wondering how I can make a textbox fill with text when I click an option button. Also how could I make a listbox fill with data from a table.
Right now I use which doesnt work.
Code:
Private Sub Option20_GotFocus()
Forms!PLU!List29.RowSourceType = "Table/Query"
Forms!PLU!List29.RowSource = "tblTEXT"
End Sub