Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access Form question

Status
Not open for further replies.

dssjon

MIS
May 29, 2007
37
US
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.

Code:
Private Sub Option20_GotFocus()
Forms!PLU!List29.RowSourceType = "Table/Query"
Forms!PLU!List29.RowSource = "tblTEXT"
End Sub

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top