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
How do I remove the email header in Excel 2007
Exchange 2003 with 2 certificates
Forms closing ??
ASP.NET Modal popup window
ESSENTIAL BUSINESS SERVER 2008 INSTALLATION ERRORS
Microsoft Internet Explorer has encountered a problem and needs to close
Access VBA - exporting a table into a text file of a different format
web site does not load right without WWW / HTaccess file not working
How to control tabs and supress run once page in IE7 via a GPO
Date Format in Windows App