Microsoft
Software
Hardware
Network
Question : union all query
Hello I have union all query-
select name, date, etc..
from table1
union all
select name, date, etc..
from table 2
question: is there a way to have query so when user opens report based on query- user is asked to enter date- I am trying to create a report that only generates - records from a specific date
thank you
Answer : union all query
This should prompt for the 'From Date' when the query is opened
select name, mydate, etc..
from table1
Where mydate > [From Date]
union all
select name, mydate, etc..
from table 2
Where mydate > [From Date]
Random Solutions
Windows 2008 R2 cannot resolve SIDs
Microsoft Great Plains Dynamics 10.0 Trial Download???
2007 - Text fields imported from Excel have a format property of '@'
SBS 2008 slow internet browsing
Multiple XAP files in same clientbin?
Access - SQL Trim Inner Join
How do I embed video in word document?
SQL Problem: Property Owner is not available for Database '[databasename]'. This property may not exist for this object, or may not be retrievable due to insufficient access rights.
"Welcome System Account" when logging into SharePoint sites
Does SqlServer support Cascade delete?