Hi,
I have my data structured as follows:
nID txtName txtType boolShow
0 Ted CAR 1
1 Sam CAR 1
2 Kevin VAN 1
3 Sarah VAN 1
And so on...
How would I show any top 5 of each txtType where the boolShow value is true?
Thanks for your help.
K Abbott IT Manager / Web Developer
I have my data structured as follows:
nID txtName txtType boolShow
0 Ted CAR 1
1 Sam CAR 1
2 Kevin VAN 1
3 Sarah VAN 1
And so on...
How would I show any top 5 of each txtType where the boolShow value is true?
Thanks for your help.
K Abbott IT Manager / Web Developer