Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The code is :
SELECT ar_aging_tbl.ar_bill_key, ar_aging_tbl.en_bill_name, ar_aging_tbl.ar_ivhdr_key, ar_aging_tbl.OrigAmt, ar_aging_tbl.amt_due, ar_aging_tbl.InvoiceDate, ar_aging_tbl.tran_date_key, ar_aging_tbl.ar_terms_desc, ar_aging_tbl.NotDue, ar_aging_tbl.c1To30, ar_aging_tbl.c31To60, ar_aging_tbl.c61 FROM Ad26_Live.dbo.ar_aging_tbl ar_aging_tbl ORDER BY ar_aging_tbl.ar_bill_key I need to put the date in the excel sheet and have the sql get it from the sheet I specify. I am not sure if this can be done. If anyone has any info please let me know. Thanks "FSt1" wrote: hi, yes it can be done. what method are you using? post your code. in your SQL statement you will need to add a where clauseafter the select... where datefield = [what date?] regards FSt1 "Traci" wrote: I am trying to add a prompt for a date to make my external data pull from a certain date only does anybody know how to do this. I am pulling from a SQL Database and have to have a date prompt or I exceed the row limits set in excel. I don't think it can be done but wanted to ask anyway. Thanks for the help. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding external Data | Excel Discussion (Misc queries) | |||
Adding a comment column to an external datasheet | Excel Worksheet Functions | |||
adding new columns sheet with external data | New Users to Excel | |||
Adding information | New Users to Excel | |||
External Data Source updating on open, how to turn back on prompt. | Excel Worksheet Functions |