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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: JDK9AB
  • Content: Threads
  • Order by date
  1. JDK9AB

    Control Source Question

    I have two list boxes and one text box. In general, I would like to set the control source of the text box as: form.text1.controlsource = form.list1.column(0,i) & " - " &_ form.list1.column(0,i) i is a variable determined by a loop. If list1.column(0,1) = read and list2.column(0,1)...
  2. JDK9AB

    Recieve selected text from combo box in form

    I created a form for my users to use. Now they need that form exported to word just as it appears on the screen. Obviously the only way to do that is to make a report from it and export the report. So I am trying to pull the selected values from my combo boxes in the form to a text box or...

Part and Inventory Search

Back
Top