Using get_records_sql() - not all records returned

Re: Using get_records_sql() - not all records returned

by Alex Little -
Number of replies: 0
Cheers Greg, but unfortunately the trick won't work for me - as there's no join - it's just a single table. If I try to add another column then it needs to be grouped by this extra column - which then 'wrecks' the data I actually wanted to return sad
Though I did get around it all by using the get_recordset_sql() function smile

A