Rocky Smolin at Beach Access Software
rockysmolin at bchacc.com
Tue Apr 15 13:54:12 CDT 2008
Dear List: I can't seem to get the syntax on this right. From a main form I want to set the recordsource of a sub form. I'm trying: Me.ClientPersonsSubFrm.RecordSource = strRecordSource & " AND MailingList = True " & strOrderBy but it won't compile - says 'Method of Datamember no found'. What is the correct syntax to set the record source on a sub-form? MTIA Rocky