View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
parkin_m parkin_m is offline
external usenet poster
 
Posts: 8
Default Simple i think.... breaking SQL

Hahaha. I really should of thought of that! (Silly adding strings!)

Thanks keith.
--
--
Thanks

Parkin_m


"Keith74" wrote:

Hi

Try

Set rs = db.OpenRecordset("SELECT " & i & " FROM" & selectTable)

hth

Keith