Fquintero
Posts: 1
|
| Posted: 04/08/2005, 8:43 AM |
|
Hello every body, I hope you can help me.
I'm using CCS 2.3.2.24 asp and Access
I have 3 tables
1 Prods
2 SubProds
3 Models
The user can choose 1 prod to go to page subprods and can choose a subprods to go to the model page thas is working fine, mi question is:
When the user click on one prod that don't have SubProds i need that open Model that match Prods.
I'll really apreciate your help
|
 |
 |
Nicole
Posts: 586
|
| Posted: 04/11/2005, 12:10 AM |
|
Hello,
Just an idea: you can check if there’s a subcategory exists for certain category and modify Link’s Page property depending on it. Use CCDLookUp() function in Before Show event of a link to check sub category and change Page.
_________________
Regards,
Nicole |
 |
 |
|