ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   date (https://www.excelbanter.com/excel-programming/318663-date.html)

Jeny Chacko

date
 
Trying to learn how to write macros. I have a macro currently pulling in a
set of data from a database for the current date. My manager wants to see
data for the last week given the current day. How do i do that.

Dmoney

date
 
Use the BETWEEN function - depending on the dbase, syntax
varies

SELECT data from database
WHERE datefield=BETWEEN #2/10/2004# and #2/17/2004#

HTH
Devin
-----Original Message-----
Trying to learn how to write macros. I have a macro

currently pulling in a
set of data from a database for the current date. My

manager wants to see
data for the last week given the current day. How do i

do that.
.


Jeny Chacko[_2_]

date
 
I dont know what happened with my previous update....

With that below, i have to specify a date....is there any other function i
can use that doesnt specify a date range...like where current_day() - 7 or
something...

thanks for the help


"DMoney" wrote:

Use the BETWEEN function - depending on the dbase, syntax
varies

SELECT data from database
WHERE datefield=BETWEEN #2/10/2004# and #2/17/2004#

HTH
Devin
-----Original Message-----
Trying to learn how to write macros. I have a macro

currently pulling in a
set of data from a database for the current date. My

manager wants to see
data for the last week given the current day. How do i

do that.
.




All times are GMT +1. The time now is 11:43 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com