Announcement

Collapse
No announcement yet.

Joining in MS Access

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

    Joining in MS Access

    How do I join the Catalog section table with the product section table in MS access? What is the key I need to use? The magic number field doesnt help at all. I need to extract out fields which are in both table per product but it not been straight forward.
    Bantam

    #2
    You join the [Catalog Section].[nSectionID] to [Product].[nParentSectionID].

    Regards
    Jan Strassen, Mole End

    Comment

    Working...
    X