![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Me.SecondCombo.RowSource = "SELECT Number FROM MyTable WHERE Name ='" & Me.FirstCombo & "'" |
#3
| |||
| |||
|
|
Thank you very much. This gets me closer, however it does not work. I have tried this in different variations: taking the outside quotes out of the query string, as is, placing in the code module and in the property table...and it is just not working. Does my second combo need certain properties set in vertain ways? Me.SecondCombo.RowSource = "SELECT Number FROM MyTable WHERE Name ='" & Me.FirstCombo & "'" |
![]() |
| Thread Tools | |
| Display Modes | |
| |