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 Westi 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. jloving

    Updating Linked Tables from a Combo Box

    Hi. I have created a interface from which the user can select a contract from a dropdown list and 'On Change' it runs code to return the value from a query. Here is an example: If cboContracts <> 0 Then myContractSelect = CStr(Left(cboContracts.Value, 8))...

Part and Inventory Search

Back
Top