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 strongm 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. JohnUS1

    breadcrumb display, multiple catgories recordset loop

    Thanks for your input. When visiting the subcategory, we only show the branch this category belongs too. But when running a product that can belong to multiple categories, we currently only show the first Last category available and all other are left out. Breadcrumbs are useful either way -...
  2. JohnUS1

    breadcrumb display, multiple catgories recordset loop

    Adding info: We're talking about 3 tables products = holds products names and ID's categories = holds categories names, IDs and relationship (category, parent category, has-subcategory =yes/null) prodcategories = [product / categories]: a 3 row table, id (for indexing - unique value)...
  3. JohnUS1

    breadcrumb display, multiple catgories recordset loop

    I'm using a database combined of several tables, mostly categories and products. Just added "breadcrumb" style to web pages i.e. Home > FirstCatgory > SubCategory > Product Name The code used is below. It works great. function BreadCrumbs(dbc,startcatid,product) '' ----- DECLARE LOCAL...

Part and Inventory Search

Back
Top