September 1, 201411 yr Hi there, I want to set up an Events Calendar on a web page which displays events by month. In order to avoid calling the database 12 times (once for every month) using FMFind is there a way to call it once but filter which records display in each monthly events list? All advice gratefully received.
September 2, 201411 yr Sure... You're probably using a foreach loop to display the events in any case, so add an if statement to only show the events from the Month that you're interested in... HTH Webko
Create an account or sign in to comment