View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rubie Rubie is offline
external usenet poster
 
Posts: 6
Default Import External Data by Date

Thanks Shane,
This is the SQL= SELECT tblLeak.TestResult, tblLeak.DateAdded
FROM Database.tblLeak tblLeak
WHERE (tblLeak.TestResult='B') OR (tblLeak.TestResult='C')

"ShaneDevenshire" wrote:

Yes, if the database is storing the date, but please show us the SQL of the
current query.

--
Thanks,
Shane Devenshire


"Rubie" wrote:

I have a query setup in an Excel spreadsheet that imports external data from
SQL. All of the data is imported but, I only want the data for the current
date imported daily. Can this be done?