Improvements to members fleet section
Discussion
Im sure ive mentioned this before, but surely it cant be too much work to add a few criteria to the search for this....
A model name would be nice - textbox and then it could just do a LIKE command on it...
come on, so simple, and such a great improvement. ill do half the work for you
SELECT * FROM T_Cars INNER JOIN T_Members ON T_Cars.[MemberID] = T_Members.[MemberID] WHERE T_Cars.[ModelName] LIKE '%' + @ModelName + '%'
cmon
A model name would be nice - textbox and then it could just do a LIKE command on it...
come on, so simple, and such a great improvement. ill do half the work for you
SELECT * FROM T_Cars INNER JOIN T_Members ON T_Cars.[MemberID] = T_Members.[MemberID] WHERE T_Cars.[ModelName] LIKE '%' + @ModelName + '%'
cmon

Gassing Station | Website Feedback | Top of Page | What's New | My Stuff



