Try something like this as the row source for cboBusinessUnit (the second combo in the series):
SELECT YourTableName.YourField FROM YourTableName WHERE (((YourTableName.FieldName)=[Forms]![frmToolInfo]![cboBusiness]));
Amend the names to reflect your names. For more combos, adjust the values...