Answered
Query Output
I have a table that in an effort to condense space has a
feature_ID, features_description, & feature_item_number. The
feature_item_number is the same for each product but the other to
change so for example for product a you might have:
Feature_ID - 1
Features_description - Easy to use
feature_item_number - a
Feature_ID - 1
Features_description - Light Weight
feature_item_number - a
Using the code attached how do I get the output to step to the next row and not just keep repeating the first line it finds in the database?
Feature_ID - 1
Features_description - Easy to use
feature_item_number - a
Feature_ID - 1
Features_description - Light Weight
feature_item_number - a
Using the code attached how do I get the output to step to the next row and not just keep repeating the first line it finds in the database?
