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
Sharepoint - Edit existing document error
Microsoft Money - Login question
Dcount with null values
Sum several items based on individual criteria for each item
showing connected users to a file share
Row size limit reached
Invalid access to memory location
Asp.Net aspx page can page be reloaded and retain Values
2003 Prolaint ML370 looping during startup System License Violation.
How do you tell visual studio to reindent all code so you can match up the "if/else" "while", and strucs like that