Thank you I will try doing that.
"Douglas J. Steele" wrote:
[Quoted Text] > I don't believe you can use the Column collection in a query like that. > > You may have to write a public function that returns the value and use that > public function in the query instead. > > -- > Doug Steele, Microsoft Access MVP > http://I.Am/DougSteele> (no e-mails, please!) > > > "Cmenkedi" <Cmenkedi[ at ]discussions.microsoft.com> wrote in message > news:B440A71D-8062-4A05-BAE8-279FC2B17ACE[ at ]microsoft.com... > > Thank you but I still am having trouble referencing the subform when I > > open > > the form to a filtered record. I want to filter the subform at the same > > time > > I am open the from from my search form. > > How do I put in my where string: > > "transactionDate =" & me.lstcustomerinfo.column(3) > > > > Where "TranscationDate" is on my subform > > >
|