Copy link to clipboard
Copied
I set up a feedback form for an airshow and it is working fine, including several Master/Detail Page Sets. However, one page set is not working correctly, it can be seen here http://hollisterairshow.com/feedback-othercomments-master.php A very similar page which works correctly is here http://hollisterairshow.com/feedback-suggestions-master.php
It is supposed to show 20 results at a time in order by feedback number but one of the feedback forms is shown out of sequence. It also shows all the feedback documents but has the "Showing 1 to 20 of xx" display below the table.
The recordset SQL is
SELECT *
FROM feedback
WHERE feedback.othercomments IS NOT NULL
ORDER BY feedback.feedbacknumber
Is an index or something corrupt somewhere?
Thanks,
Tony
Copy link to clipboard
Copied
I should add that I tried creating a new version of the master/Detail page set and it had the same problems.
Copy link to clipboard
Copied
I ended up just showing the whole list - i.e. not breaking every 20 replies.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now