Announcement

Collapse
No announcement yet.

Help needed in linking Actininc database MS Access fields for a report

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help needed in linking Actininc database MS Access fields for a report

    Hi - I want to create a report using from the Actinic database using MS access. I want to show product number, product name, product image name and the html page name for that product.

    The information seesm to be in the "Product" and "filelist" tables.

    Does anybody know what I need to create a relationship between to link these together.

    TIA
    Regards
    David

    #2
    'product number', 'product name', 'product image name' are in product


    'html page name' is in CatalogSection

    Join them together using CatalogSection.nSectionID and Product.nParentSectionID, products in the top level section have 0 or NULL for nParentSectionID.

    BTW I have a report in my free library that will give you this information in the form of a sitemap.

    Regards,
    Jan Strassen, Mole End

    Comment


      #3
      Hi Jan - sounds good - I'll take a look at that - thanks
      Regards
      David

      Comment

      Working...
      X