Hello.
I have a SQL statement like this that works fine:
SELECT Subcategories.Subcategory, Subcategories.ID as SubCategoryID, fields.FieldName, fields.id as FieldID from Fields Inner Join Subcategories on Fields.CategoryID=Subcategories.CategoryID
But I need to add another table to the mix...
Hello. Please bear with me. This is a little complex and I'm pulling my hair out. I hope you can help (not pull my hair out, but with this problem.:)
I have 4 tables that look like this:
CATEGORIES
ID Category
1 Contacts
2 Credit Cards
3 Work Related
...
SUBCATEGORIES
ID SubCategory...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.