jnkjnkjnkjnkjn wrote:
> i want to filter my recordset by only bringing up events
that take place
> during the current month so where event_month =
$thismonth
>
> IS this possible? It seems like it should be easy to do
but I can't get it to
> work.
Yes, it's very easy, but you need to do a little hand-coding.
In the
Advanced recordset dialog box set the end of the SQL query to
WHERE
event_month = 1. When you have saved the recordset, change
the SQL to
WHERE event_month = $thismonth.
--
David Powers, Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/