make sure you getting a value for '" & strStartDate & "' and it should work. ppMember_ID should be MemberID. I assume you have that or you would be getting an error.
Heres strStartDate from pop_profile, goes back 30 days.
strStartDate = DateToStr(dateadd("d", -30, strForumTimeAdjust))
<