Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My syntax is slightly wrong and having a look on the help file hasnt helped.
This works-------------------------------------------------------------------- Set rs = db.OpenRecordset("SELECT description FROM" & selectTable) How do i get this to work?--------------------------------------------------- Dim i As String i= "description" I have tried this - Set rs = db.OpenRecordset("SELECT" i " FROM" & selectTable) + this - Set rs = db.OpenRecordset("SELECT' i ' FROM" & selectTable) + this - Set rs = db.OpenRecordset("SELECT" & i " FROM" & selectTable) im sure the fix is very simple, thanks in advance -- -- Thanks Parkin_m |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
breaking a field out | Excel Worksheet Functions | |||
Breaking links | Excel Worksheet Functions | |||
breaking links | Excel Discussion (Misc queries) | |||
Hyperlinks keep breaking | Excel Worksheet Functions | |||
Breaking a UserForm | Excel Programming |