Doug Steele
dbdoug at gmail.com
Tue Mar 23 21:51:36 CDT 2010
Thanks, Anita - I don't know if you've helped John, but you've certainly helped me. I have always assumed that you had to create a recordset first using a stored procedure, then use that recordset as a source. Doug Steele On Tue, Mar 23, 2010 at 6:58 PM, <anitatiedemann at gmail.com> wrote: > John, > I forgot to mention that you can use code to set a combo row source like > this: > > Me.cboCustomers.RowSource = "Exec spFrmCustomers " & CurrCust() > > This will execute the stored procedure spFrmCustomers and pass the Property > CurrCust to it > >