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 SkipVought 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: *

  1. cdparisi

    docmd openform question

    I think that your combo box problem could be solved by using the column() property of the combo box object instead of the value property as you did. Something like this might work: If cboPeople.column(0)> 0 Then strPeople = cboPeople.column(0) End If (I don't know if you...

Part and Inventory Search

Back
Top