B
bower305
Guest
I am trying to construct a SQL statement in VBA and seem to have hit a wall. What I have right now works but I want to add an "All" option at the top of the list. For some reason, whatever I try ends up as an error. Can anyone help?
Here is my code:
strSQL = "SELECT " & str_choice & ".ID," & str_choice & ".State," & str_choice & ".FIPS FROM " & str_choice & " ORDER BY " & str_choice & ".FIPS;"
Here is my code:
strSQL = "SELECT " & str_choice & ".ID," & str_choice & ".State," & str_choice & ".FIPS FROM " & str_choice & " ORDER BY " & str_choice & ".FIPS;"