Unfortunately, none of us can offer any suggestions without knowing what
you've tried so far.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
>I tried using the code from the website, but I'm still not getting any data
> in my 2nd combo box after selecting from my first combo box. Not sure
[quoted text clipped - 27 lines]
>> >
>> >thanks in advance
Jana - 09 Jul 2007 21:59 GMT
On Jul 9, 11:26 am, "Douglas J. Steele"
<NOSPAM_djsteele@NOSPAM_canada.com> wrote:
> Unfortunately, none of us can offer any suggestions without knowing what
> you've tried so far.
[quoted text clipped - 39 lines]
>
> - Show quoted text -
Jenny:
Try putting square brackets around your table name in your SQL:
cbocounty.RowSource = "Select [tblCounty-ST].Cty " & _
"FROM [tblCounty-ST] " & _
"WHERE [tblCounty-ST].ST = '" & cbostate.Value & "' " & _
"ORDER BY [tblCountry-ST].Cty;"
HTH,
Jana