Microsoft
Software
Hardware
Network
Question : Select Statement Change
How can I change the select statement formula to make the expired date be "in the next 4 month" - I don't have that option in the premade formulas:
This is what I have now. . .
{ViewTenantStatement1.IsCu
rrent} and
{Opt_ViewLeaseTenant_RemLi
st_LeaseEx
pire.Lease
ExpiryDate
} in Next61To90Days
Answer : Select Statement Change
Try this
{ViewTenantStatement1.IsCu
rrent} and
{Opt_ViewLeaseTenant_RemLi
st_LeaseEx
pire.Lease
ExpiryDate
} <= dateadd('m',4,currentdate)
mlmcc
Random Solutions
Download conexant fusion 878a drivers for Windows 7
Export Data to XML File from SQL Database
How do i apply formatting to all hyperlinks in Word 2007?
Need help resolving a issue with the home folder not being mapped to client from 2003 DC
Javascript to Silverlight (VB)
Default alias in Exchange 2010
New Build (ASUS P7H55D-M EVO) not booting properly, can't install OS
IPSec VPN to Watchguard XTM 505 behind Draytek 2820
ATM clocking
How to make simple PHP IF function for the following simple scenario ?