View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Cresta Cresta is offline
external usenet poster
 
Posts: 76
Default how to edit OLE DB query

Hello and help
I need to edit the command text shown to filter the returns for only three
fields (it currenty returns all fields). In SQL I would normally write
"Select field1,field2,field3 from asset_timsheet" How do I incorporate this
into the command text shown?

"FINANCE_INTERIM"."dbo"."ASSET_TIMESHEET"

Thanks