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

Recent content by mrhemphill

  1. mrhemphill

    Master Detail Form

    You write code in the 'RowFocusChanged' event in the master DW to retrieve the detail DW using what ever parameters are needed to retrieve a unique detail row. dw_detail.Retrieve(dw_master.GetItemNumber(row, "key_id")) row is a literal value in the 'RowFocusChanged' event...

Part and Inventory Search

Back
Top