N
Nitin
hello,
not sure if this is the correct place to ask this but i'm stuck and
need assistance.
I've had an e-commerce website built for my business. it's database
driven and built using asp.
currently the database will not let me have the same category in two
different departments, for example 'Jackets' in both MEN and WOMEN.
i've got the database open in ms
access and can only see 5 tables.
-->tblArticle
PK id autonumber
Pdetailid number
ArticleColour text
Articlesize text
ArticleDesc text
-->tblHome
txtHome memo
-->tblMasterCategory
PK id number
Title text
-->tblProductDetails
PK id autonumber
Catid number
Pdtid number
PdtTitle text
PdtPrice currency
PdtDesc memo
PdtCode text
-->tblProducts
PK id autonumber
Catid number
SubCategory text
SubCatorder number
the site has different departments.. MEN, WOMEN, ACCESSORIES..etc..
the database is manipulated via the backend admin panel. the process
goes as follows,
1,select department (Men)
2,click create new subcategory
3,enter Title (jackets) and display Order
4,hit Submit
--repeat process for Women department---
but no success, not even an error msg (bad designing i guess)..
so now i'm stuck.
database and website technologies have changed somewhat since i was at
University so i'm a little rusty.
does any of this help?
Thank you
not sure if this is the correct place to ask this but i'm stuck and
need assistance.
I've had an e-commerce website built for my business. it's database
driven and built using asp.
currently the database will not let me have the same category in two
different departments, for example 'Jackets' in both MEN and WOMEN.
i've got the database open in ms
access and can only see 5 tables.
-->tblArticle
PK id autonumber
Pdetailid number
ArticleColour text
Articlesize text
ArticleDesc text
-->tblHome
txtHome memo
-->tblMasterCategory
PK id number
Title text
-->tblProductDetails
PK id autonumber
Catid number
Pdtid number
PdtTitle text
PdtPrice currency
PdtDesc memo
PdtCode text
-->tblProducts
PK id autonumber
Catid number
SubCategory text
SubCatorder number
the site has different departments.. MEN, WOMEN, ACCESSORIES..etc..
the database is manipulated via the backend admin panel. the process
goes as follows,
1,select department (Men)
2,click create new subcategory
3,enter Title (jackets) and display Order
4,hit Submit
--repeat process for Women department---
but no success, not even an error msg (bad designing i guess)..
so now i'm stuck.
database and website technologies have changed somewhat since i was at
University so i'm a little rusty.
does any of this help?
Thank you