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
Batch at boot before login: Scheduled taks does not work for local login on domain-PCs
Active Directory Move & Upgrade
Am trying to get a MAS90 VI Job to run from WinExec(). Runs fine from command prompt, but not from WinExec().
How to find dynamic control in Silverlight 3.0?
XML File Edit
How to convert Delphi SHL/SHR code to MS SQL
Object doesn't support this property or method error in IE8
VBA code to rename file based on cell value
Missing Drafts Folder
Vista download fails with 0x80070718 error message