Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
im triyn to retrieve data to excel with the microsoft query
can you help me with the function to get the day i run the query? get day() doesnt work. a query error appears! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try this in your SQL code:
Date() as RunDate Does that help? *********** Regards, Ron "ivan" wrote: im triyn to retrieve data to excel with the microsoft query can you help me with the function to get the day i run the query? get day() doesnt work. a query error appears! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks ron, but doesnt work, it says that cant show that query graphically
"Ron Coderre" wrote: Try this in your SQL code: Date() as RunDate Does that help? *********** Regards, Ron "ivan" wrote: im triyn to retrieve data to excel with the microsoft query can you help me with the function to get the day i run the query? get day() doesnt work. a query error appears! |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ivan
Nothing's really wrong. That's just a notice from MS Query that it can't represent the RunDate field in a table so it can't show you the query graphically. From that point on, you'll need to edit the query via the SQL window. Does that help? *********** Regards, Ron "ivan" wrote: Thanks ron, but doesnt work, it says that cant show that query graphically "Ron Coderre" wrote: Try this in your SQL code: Date() as RunDate Does that help? *********** Regards, Ron "ivan" wrote: im triyn to retrieve data to excel with the microsoft query can you help me with the function to get the day i run the query? get day() doesnt work. a query error appears! |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i've tried but didnt work, i've tried with getday,now,etc
thanks a lot for your help "Ron Coderre" wrote: Ivan Nothing's really wrong. That's just a notice from MS Query that it can't represent the RunDate field in a table so it can't show you the query graphically. From that point on, you'll need to edit the query via the SQL window. Does that help? *********** Regards, Ron "ivan" wrote: Thanks ron, but doesnt work, it says that cant show that query graphically "Ron Coderre" wrote: Try this in your SQL code: Date() as RunDate Does that help? *********** Regards, Ron "ivan" wrote: im triyn to retrieve data to excel with the microsoft query can you help me with the function to get the day i run the query? get day() doesnt work. a query error appears! |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Perhaps if you posted a little more of your SQL code and told us what kind of
database (Oracle, MS Access, SQLServer, etc) you're accessing, we'd have a better chance of helping. *********** Regards, Ron "ivan" wrote: i've tried but didnt work, i've tried with getday,now,etc thanks a lot for your help "Ron Coderre" wrote: Ivan Nothing's really wrong. That's just a notice from MS Query that it can't represent the RunDate field in a table so it can't show you the query graphically. From that point on, you'll need to edit the query via the SQL window. Does that help? *********** Regards, Ron "ivan" wrote: Thanks ron, but doesnt work, it says that cant show that query graphically "Ron Coderre" wrote: Try this in your SQL code: Date() as RunDate Does that help? *********** Regards, Ron "ivan" wrote: im triyn to retrieve data to excel with the microsoft query can you help me with the function to get the day i run the query? get day() doesnt work. a query error appears! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 / MS Query - editing existing query to another sheet | Excel Discussion (Misc queries) | |||
Anyone Else Use Database Query to Query Another Sheet in the Same Excel Workbook? | Excel Discussion (Misc queries) | |||
Anyone Else Use Database Query to Query Another Sheet in the Same Excel Workbook? | Excel Discussion (Misc queries) | |||
Edit Query from Excel will not open query in MSQuery | Excel Programming | |||
How to use a Access Query that as a parameter into Excel database query | Excel Discussion (Misc queries) |