chrismcaniff
Programmer
Hi,
I am trying to make a paramter with following choices
Category Range Parameter
Mens (cat number in inventory.cat table is 0 to 9)
Womens(cat number in ineventory.cat table is 10 to 19)
Kid's (cat in inventory.cat is 20 to 29)
Main categories (Men's, Women's, etc) have no link to the database tables other than the above number ranges.
Some or all of these Categories may be selected
Having great trouble with how to do this, any help is much appreciated
Thanks
Chris
I am trying to make a paramter with following choices
Category Range Parameter
Mens (cat number in inventory.cat table is 0 to 9)
Womens(cat number in ineventory.cat table is 10 to 19)
Kid's (cat in inventory.cat is 20 to 29)
Main categories (Men's, Women's, etc) have no link to the database tables other than the above number ranges.
Some or all of these Categories may be selected
Having great trouble with how to do this, any help is much appreciated
Thanks
Chris